#64906C

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

Shades of Laurel #64906C

Tints of Laurel #64906C

Color information

#64906C (or 0x64906C) is unknown color: approx Laurel. HEX triplet: 64, 90 and 6C. RGB value is (100,144,108). Sum of RGB (Red+Green+Blue) = 100+144+108=352 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.41% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 144 - color contains mainly: green. Hex color #64906C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64906C is #9B6F93. Grayscale: #7E7E7E. Windows color (decimal): -10186644 or 7114852. OLE color: 7114852.

HSL color Cylindrical-coordinate representation of color #64906C: hue angle of 130.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64906C is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB100144108-
CMYK0.3100.250.44
HSL130.91º18.03%47.84%-
HSV(B)130.91º30.56%56.47%-
XYZ17.9423.7417.82-
YUV126.74117.42108.93-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.41%
GREEN value IS 144 (56.64% from 255) = 40.91%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=28.41%
G=40.91%
B=30.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1001441080.3100.250.44130.9118.0347.84
Hex64906C1F0192C831230
Octal14422015437031542032260
Binary1100100100100001101100111110110011011001000001110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64906C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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