#64956C

Color #64956C Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #64956C

Tints of Laurel #64956C

Color information

#64956C (or 0x64956C) is unknown color: approx Laurel. HEX triplet: 64, 95 and 6C. RGB value is (100,149,108). Sum of RGB (Red+Green+Blue) = 100+149+108=357 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.01% from 357); Green value is 149 (58.59% from 255 or 41.74% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 149 - color contains mainly: green. Hex color #64956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64956C is #9B6A93. Grayscale: #818181. Windows color (decimal): -10185364 or 7116132. OLE color: 7116132.

HSL color Cylindrical-coordinate representation of color #64956C: hue angle of 129.8º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #64956C is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB100149108-
CMYK0.3300.280.42
HSL129.8º19.68%48.82%-
HSV(B)129.8º32.89%58.43%-
XYZ18.7125.2918.08-
YUV129.68115.77106.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.01%
GREEN value IS 149 (58.59% from 255) = 41.74%
BLUE value IS 108 (42.58% from 255) = 30.25%
R=28.01%
G=41.74%
B=30.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001491080.3300.280.42129.819.6848.82
Hex64956C2101C2A821431
Octal14422515441034522022461
Binary11001001001010111011001000010111001010101000001010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64956C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64956C; }

 p { color: rgb(100,149,108); }

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

<style>
 a { background-color: #64956C; }

 a { background-color: rgb(100,149,108); }

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

<style>
 span { border-color: #64956C; }

 span { border-color: rgb(100,149,108); }

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