Shades of Laurel #64986C
Tints of Laurel #64986C
RGB
CMYK
RGB Variations
Color information
#64986C (or 0x64986C) is known color: Laurel. HEX triplet: 64, 98 and 6C. RGB value is (100,152,108). Sum of RGB (Red+Green+Blue) = 100+152+108=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #64986C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64986C is #9B6793. Grayscale: #838383. Windows color (decimal): -10184596 or 7116900. OLE color: 7116900.
HSL color Cylindrical-coordinate representation of color #64986C: hue angle of 129.23º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #64986C is Cyan = 0.34, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 100 | 152 | 108 | - |
| CMYK | 0.34 | 0 | 0.29 | 0.40 |
| HSL | 129.23º | 0.21% | 0.49% | - |
| HSV(B) | 129.23º | 0.34% | 0.6% | - |
| XYZ | 19.19 | 26.25 | 18.24 | - |
| YUV | 131.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 152 | 108 | 0.34 | 0 | 0.29 | 0.40 | 129.23 | 0.21 | 0.49 |
| Hex | 64 | 98 | 6C | 22 | 0 | 1D | 28 | 81 | 15 | 31 |
| Octal | 144 | 230 | 154 | 42 | 0 | 35 | 50 | 201 | 25 | 61 |
| Binary | 1100100 | 10011000 | 1101100 | 100010 | 0 | 11101 | 101000 | 10000001 | 10101 | 110001 |
Color Harmonies of #64986C
Complementary color
Monochromatic Colors of #64986C
Black with #64986C
Text Example
Text Example
White with #64986C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64986C; }
p { color: rgb(100,152,108); }
H1.HeaderClassName
{
color: #64986C;
}
.AnyTagClassName
{
color: #64986C;
}
</style>
background-color css
<style>
a { background-color: #64986C; }
a { background-color: rgb(100,152,108); }
div.DivClassName
{
background-color: #64986C;
}
.BgClassName
{
background-color: #64986C;
}
</style>
border-color css
<style>
span { border-color: #64986C; }
span { border-color: rgb(100,152,108); }
td.TdClassName
{
border-color: #64986C;
}
.TagClassName
{
border-color: #64986C;
}
</style>