#64976B

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

Shades of Laurel #64976B

Tints of Laurel #64976B

Color information

#64976B (or 0x64976B) is unknown color: approx Laurel. HEX triplet: 64, 97 and 6B. RGB value is (100,151,107). Sum of RGB (Red+Green+Blue) = 100+151+107=358 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.93% from 358); Green value is 151 (59.38% from 255 or 42.18% from 358); Blue value is 107 (42.19% from 255 or 29.89% from 358); Max value from RGB is 151 - color contains mainly: green. Hex color #64976B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64976B is #9B6894. Grayscale: #828282. Windows color (decimal): -10184853 or 7051108. OLE color: 7051108.

HSL color Cylindrical-coordinate representation of color #64976B: hue angle of 128.24º 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 #64976B is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB100151107-
CMYK0.3400.290.41
HSL128.24º20.32%49.22%-
HSV(B)128.24º33.77%59.22%-
XYZ18.9825.917.91-
YUV130.74114.6106.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.93%
GREEN value IS 151 (59.38% from 255) = 42.18%
BLUE value IS 107 (42.19% from 255) = 29.89%
R=27.93%
G=42.18%
B=29.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001511070.3400.290.41128.2420.3249.22
Hex64976B2201D29801431
Octal14422715342035512002461
Binary11001001001011111010111000100111011010011000000010100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64976B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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