#64936A

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

Shades of Laurel #64936A

Tints of Laurel #64936A

Color information

#64936A (or 0x64936A) is unknown color: approx Laurel. HEX triplet: 64, 93 and 6A. RGB value is (100,147,106). Sum of RGB (Red+Green+Blue) = 100+147+106=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 147 - color contains mainly: green. Hex color #64936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64936A is #9B6C95. Grayscale: #808080. Windows color (decimal): -10185878 or 6984548. OLE color: 6984548.

HSL color Cylindrical-coordinate representation of color #64936A: hue angle of 127.66º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64936A is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB100147106-
CMYK0.3200.280.42
HSL127.66º19.03%48.43%-
HSV(B)127.66º31.97%57.65%-
XYZ18.2924.6217.42-
YUV128.27115.43107.83-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.33%
GREEN value IS 147 (57.81% from 255) = 41.64%
BLUE value IS 106 (41.80% from 255) = 30.03%
R=28.33%
G=41.64%
B=30.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001471060.3200.280.42127.6619.0348.43
Hex64936A2001C2A801330
Octal14422315240034522002360
Binary11001001001001111010101000000111001010101000000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64936A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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