#64966A

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

Shades of Laurel #64966A

Tints of Laurel #64966A

Color information

#64966A (or 0x64966A) is unknown color: approx Laurel. HEX triplet: 64, 96 and 6A. RGB value is (100,150,106). Sum of RGB (Red+Green+Blue) = 100+150+106=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 150 - color contains mainly: green. Hex color #64966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64966A is #9B6995. Grayscale: #828282. Windows color (decimal): -10185110 or 6985316. OLE color: 6985316.

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

Color convert

RGB100150106-
CMYK0.3300.290.41
HSL127.2º20%49.02%-
HSV(B)127.2º33.33%58.82%-
XYZ18.7625.5617.58-
YUV130.03114.44106.58-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.09%
GREEN value IS 150 (58.98% from 255) = 42.13%
BLUE value IS 106 (41.80% from 255) = 29.78%
R=28.09%
G=42.13%
B=29.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1001501060.3300.290.41127.22049.02
Hex64966A2101D297f1431
Octal14422615241035511772461
Binary1100100100101101101010100001011101101001111111110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64966A; }

 p { color: rgb(100,150,106); }

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

<style>
 a { background-color: #64966A; }

 a { background-color: rgb(100,150,106); }

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

<style>
 span { border-color: #64966A; }

 span { border-color: rgb(100,150,106); }

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