Shades of Laurel #64916C
Tints of Laurel #64916C
RGB
CMYK
RGB Variations
Color information
#64916C (or 0x64916C) is known color: Laurel. HEX triplet: 64, 91 and 6C. RGB value is (100,145,108). Sum of RGB (Red+Green+Blue) = 100+145+108=353 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.33% from 353); Green value is 145 (57.03% from 255 or 41.08% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 145 - color contains mainly: green. Hex color #64916C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64916C is #9B6E93. Grayscale: #7F7F7F. Windows color (decimal): -10186388 or 7115108. OLE color: 7115108.
HSL color Cylindrical-coordinate representation of color #64916C: hue angle of 130.67º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #64916C is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 145 | 108 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.43 |
| HSL | 130.67º | 0.18% | 0.48% | - |
| HSV(B) | 130.67º | 0.31% | 0.57% | - |
| XYZ | 18.09 | 24.04 | 17.87 | - |
| YUV | 127.33 | 117.09 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 145 | 108 | 0.31 | 0 | 0.26 | 0.43 | 130.67 | 0.18 | 0.48 |
| Hex | 64 | 91 | 6C | 1F | 0 | 1A | 2B | 83 | 12 | 30 |
| Octal | 144 | 221 | 154 | 37 | 0 | 32 | 53 | 203 | 22 | 60 |
| Binary | 1100100 | 10010001 | 1101100 | 11111 | 0 | 11010 | 101011 | 10000011 | 10010 | 110000 |
Color Harmonies of #64916C
Complementary color
Monochromatic Colors of #64916C
Black with #64916C
Text Example
Text Example
White with #64916C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64916C; }
p { color: rgb(100,145,108); }
H1.HeaderClassName
{
color: #64916C;
}
.AnyTagClassName
{
color: #64916C;
}
</style>
background-color css
<style>
a { background-color: #64916C; }
a { background-color: rgb(100,145,108); }
div.DivClassName
{
background-color: #64916C;
}
.BgClassName
{
background-color: #64916C;
}
</style>
border-color css
<style>
span { border-color: #64916C; }
span { border-color: rgb(100,145,108); }
td.TdClassName
{
border-color: #64916C;
}
.TagClassName
{
border-color: #64916C;
}
</style>