Shades of Laurel #64876B
Tints of Laurel #64876B
RGB
CMYK
RGB Variations
Color information
#64876B (or 0x64876B) is known color: Laurel. HEX triplet: 64, 87 and 6B. RGB value is (100,135,107). Sum of RGB (Red+Green+Blue) = 100+135+107=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 135 (53.12% from 255 or 39.47% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 135 - color contains mainly: green. Hex color #64876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64876B is #9B7894. Grayscale: #797979. Windows color (decimal): -10188949 or 7047012. OLE color: 7047012.
HSL color Cylindrical-coordinate representation of color #64876B: hue angle of 132º 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 #64876B is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 135 | 107 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.47 |
| HSL | 132º | 0.15% | 0.46% | - |
| HSV(B) | 132º | 0.26% | 0.53% | - |
| XYZ | 16.57 | 21.1 | 17.11 | - |
| YUV | 121.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 135 | 107 | 0.26 | 0 | 0.21 | 0.47 | 132 | 0.15 | 0.46 |
| Hex | 64 | 87 | 6B | 1A | 0 | 15 | 2F | 84 | F | 2E |
| Octal | 144 | 207 | 153 | 32 | 0 | 25 | 57 | 204 | 17 | 56 |
| Binary | 1100100 | 10000111 | 1101011 | 11010 | 0 | 10101 | 101111 | 10000100 | 1111 | 101110 |
Color Harmonies of #64876B
Complementary color
Monochromatic Colors of #64876B
Black with #64876B
Text Example
Text Example
White with #64876B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64876B; }
p { color: rgb(100,135,107); }
H1.HeaderClassName
{
color: #64876B;
}
.AnyTagClassName
{
color: #64876B;
}
</style>
background-color css
<style>
a { background-color: #64876B; }
a { background-color: rgb(100,135,107); }
div.DivClassName
{
background-color: #64876B;
}
.BgClassName
{
background-color: #64876B;
}
</style>
border-color css
<style>
span { border-color: #64876B; }
span { border-color: rgb(100,135,107); }
td.TdClassName
{
border-color: #64876B;
}
.TagClassName
{
border-color: #64876B;
}
</style>