Shades of Laurel #64936D
Tints of Laurel #64936D
RGB
CMYK
RGB Variations
Color information
#64936D (or 0x64936D) is known color: Laurel. HEX triplet: 64, 93 and 6D. RGB value is (100,147,109). Sum of RGB (Red+Green+Blue) = 100+147+109=356 (47% of max value = 765). Red value is 100 (39.45% from 255 or 28.09% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 109 (42.97% from 255 or 30.62% from 356); Max value from RGB is 147 - color contains mainly: green. Hex color #64936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64936D is #9B6C92. Grayscale: #808080. Windows color (decimal): -10185875 or 7181156. OLE color: 7181156.
HSL color Cylindrical-coordinate representation of color #64936D: hue angle of 131.49º 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 #64936D is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 147 | 109 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.42 |
| HSL | 131.49º | 0.19% | 0.48% | - |
| HSV(B) | 131.49º | 0.32% | 0.58% | - |
| XYZ | 18.45 | 24.68 | 18.26 | - |
| YUV | 128.62 | 116.93 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 147 | 109 | 0.32 | 0 | 0.26 | 0.42 | 131.49 | 0.19 | 0.48 |
| Hex | 64 | 93 | 6D | 20 | 0 | 1A | 2A | 83 | 13 | 30 |
| Octal | 144 | 223 | 155 | 40 | 0 | 32 | 52 | 203 | 23 | 60 |
| Binary | 1100100 | 10010011 | 1101101 | 100000 | 0 | 11010 | 101010 | 10000011 | 10011 | 110000 |
Color Harmonies of #64936D
Complementary color
Monochromatic Colors of #64936D
Black with #64936D
Text Example
Text Example
White with #64936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64936D; }
p { color: rgb(100,147,109); }
H1.HeaderClassName
{
color: #64936D;
}
.AnyTagClassName
{
color: #64936D;
}
</style>
background-color css
<style>
a { background-color: #64936D; }
a { background-color: rgb(100,147,109); }
div.DivClassName
{
background-color: #64936D;
}
.BgClassName
{
background-color: #64936D;
}
</style>
border-color css
<style>
span { border-color: #64936D; }
span { border-color: rgb(100,147,109); }
td.TdClassName
{
border-color: #64936D;
}
.TagClassName
{
border-color: #64936D;
}
</style>