Shades of Laurel #64876C
Tints of Laurel #64876C
RGB
CMYK
RGB Variations
Color information
#64876C (or 0x64876C) is known color: Laurel. HEX triplet: 64, 87 and 6C. RGB value is (100,135,108). Sum of RGB (Red+Green+Blue) = 100+135+108=343 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.15% from 343); Green value is 135 (53.12% from 255 or 39.36% from 343); Blue value is 108 (42.58% from 255 or 31.49% from 343); Max value from RGB is 135 - color contains mainly: green. Hex color #64876C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64876C is #9B7893. Grayscale: #797979. Windows color (decimal): -10188948 or 7112548. OLE color: 7112548.
HSL color Cylindrical-coordinate representation of color #64876C: hue angle of 133.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #64876C is Cyan = 0.26, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 108 | - |
| CMYK | 0.26 | 0 | 0.2 | 0.47 |
| HSL | 133.71º | 0.15% | 0.46% | - |
| HSV(B) | 133.71º | 0.26% | 0.53% | - |
| XYZ | 16.63 | 21.12 | 17.39 | - |
| YUV | 121.46 | 120.4 | 112.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 108 | 0.26 | 0 | 0.2 | 0.47 | 133.71 | 0.15 | 0.46 |
| Hex | 64 | 87 | 6C | 1A | 0 | 14 | 2F | 86 | F | 2E |
| Octal | 144 | 207 | 154 | 32 | 0 | 24 | 57 | 206 | 17 | 56 |
| Binary | 1100100 | 10000111 | 1101100 | 11010 | 0 | 10100 | 101111 | 10000110 | 1111 | 101110 |
Color Harmonies of #64876C
Complementary color
Monochromatic Colors of #64876C
Black with #64876C
Text Example
Text Example
White with #64876C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64876C; }
p { color: rgb(100,135,108); }
H1.HeaderClassName
{
color: #64876C;
}
.AnyTagClassName
{
color: #64876C;
}
</style>
background-color css
<style>
a { background-color: #64876C; }
a { background-color: rgb(100,135,108); }
div.DivClassName
{
background-color: #64876C;
}
.BgClassName
{
background-color: #64876C;
}
</style>
border-color css
<style>
span { border-color: #64876C; }
span { border-color: rgb(100,135,108); }
td.TdClassName
{
border-color: #64876C;
}
.TagClassName
{
border-color: #64876C;
}
</style>