#649D79

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

Shades of Oxley #649D79

Tints of Oxley #649D79

Color information

#649D79 (or 0x649D79) is unknown color: approx Oxley. HEX triplet: 64, 9D and 79. RGB value is (100,157,121). Sum of RGB (Red+Green+Blue) = 100+157+121=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 157 (61.72% from 255 or 41.53% from 378); Blue value is 121 (47.66% from 255 or 32.01% from 378); Max value from RGB is 157 - color contains mainly: green. Hex color #649D79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649D79 is #9B6286. Grayscale: #878787. Windows color (decimal): -10183303 or 7970148. OLE color: 7970148.

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

Color convert

RGB100157121-
CMYK0.3600.230.38
HSL142.11º22.53%50.39%-
HSV(B)142.11º36.31%61.57%-
XYZ20.7628.222.44-
YUV135.85119.62102.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.46%
GREEN value IS 157 (61.72% from 255) = 41.53%
BLUE value IS 121 (47.66% from 255) = 32.01%
R=26.46%
G=41.53%
B=32.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1001571210.3600.230.38142.1122.5350.39
Hex649D7924017268e1732
Octal14423517144027462162762
Binary11001001001110111110011001000101111001101000111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649D79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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