#649F79

Color #649F79 Oxley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Oxley #649F79

Tints of Oxley #649F79

Color information

#649F79 (or 0x649F79) is unknown color: approx Oxley. HEX triplet: 64, 9F and 79. RGB value is (100,159,121). Sum of RGB (Red+Green+Blue) = 100+159+121=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 159 (62.5% from 255 or 41.84% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 159 - color contains mainly: green. Hex color #649F79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649F79 is #9B6086. Grayscale: #898989. Windows color (decimal): -10182791 or 7970660. OLE color: 7970660.

HSL color Cylindrical-coordinate representation of color #649F79: hue angle of 141.36º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #649F79 is Cyan = 0.37, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB100159121-
CMYK0.3700.240.38
HSL141.36º23.51%50.78%-
HSV(B)141.36º37.11%62.35%-
XYZ21.128.8922.55-
YUV137.03118.95101.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 159 (62.5% from 255) = 41.84%
BLUE value IS 121 (47.66% from 255) = 31.84%
R=26.32%
G=41.84%
B=31.84%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001591210.3700.240.38141.3623.5150.78
Hex649F7925018268d1833
Octal14423717145030462153063
Binary11001001001111111110011001010110001001101000110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649F79; }

 p { color: rgb(100,159,121); }

 H1.HeaderClassName
 {
   color: #649F79;
 }
 .AnyTagClassName
 {
   color: #649F79;
 }
</style>
background-color css

<style>
 a { background-color: #649F79; }

 a { background-color: rgb(100,159,121); }

 div.DivClassName
 {
   background-color: #649F79;
 }
 .BgClassName
 {
   background-color: #649F79;
 }
</style>
border-color css

<style>
 span { border-color: #649F79; }

 span { border-color: rgb(100,159,121); }

 td.TdClassName
 {
   border-color: #649F79;
 }
 .TagClassName
 {
   border-color: #649F79;
 }
</style>