#64976D

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

Shades of Oxley #64976D

Tints of Oxley #64976D

Color information

#64976D (or 0x64976D) is unknown color: approx Oxley. HEX triplet: 64, 97 and 6D. RGB value is (100,151,109). Sum of RGB (Red+Green+Blue) = 100+151+109=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 109 (42.97% from 255 or 30.28% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #64976D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64976D is #9B6892. Grayscale: #838383. Windows color (decimal): -10184851 or 7182180. OLE color: 7182180.

HSL color Cylindrical-coordinate representation of color #64976D: hue angle of 130.59º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64976D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB100151109-
CMYK0.3400.280.41
HSL130.59º20.32%49.22%-
HSV(B)130.59º33.77%59.22%-
XYZ19.0825.9518.47-
YUV130.96115.6105.92-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.78%
GREEN value IS 151 (59.38% from 255) = 41.94%
BLUE value IS 109 (42.97% from 255) = 30.28%
R=27.78%
G=41.94%
B=30.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511090.3400.280.41130.5920.3249.22
Hex64976D2201C29831431
Octal14422715542034512032461
Binary11001001001011111011011000100111001010011000001110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64976D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64976D; }

 p { color: rgb(100,151,109); }

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

<style>
 a { background-color: #64976D; }

 a { background-color: rgb(100,151,109); }

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

<style>
 span { border-color: #64976D; }

 span { border-color: rgb(100,151,109); }

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