Shades of Laurel #6C8872
Tints of Laurel #6C8872
RGB
CMYK
RGB Variations
Color information
#6C8872 (or 0x6C8872) is known color: Laurel. HEX triplet: 6C, 88 and 72. RGB value is (108,136,114). Sum of RGB (Red+Green+Blue) = 108+136+114=358 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.17% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 114 (44.92% from 255 or 31.84% from 358); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8872 is #93778D. Grayscale: #7D7D7D. Windows color (decimal): -9664398 or 7506028. OLE color: 7506028.
HSL color Cylindrical-coordinate representation of color #6C8872: hue angle of 132.86º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C8872 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 114 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.47 |
| HSL | 132.86º | 0.11% | 0.48% | - |
| HSV(B) | 132.86º | 0.21% | 0.53% | - |
| XYZ | 18.03 | 22.01 | 19.22 | - |
| YUV | 125.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 114 | 0.21 | 0 | 0.16 | 0.47 | 132.86 | 0.11 | 0.48 |
| Hex | 6C | 88 | 72 | 15 | 0 | 10 | 2F | 85 | B | 30 |
| Octal | 154 | 210 | 162 | 25 | 0 | 20 | 57 | 205 | 13 | 60 |
| Binary | 1101100 | 10001000 | 1110010 | 10101 | 0 | 10000 | 101111 | 10000101 | 1011 | 110000 |
Color Harmonies of #6C8872
Complementary color
Monochromatic Colors of #6C8872
Black with #6C8872
Text Example
Text Example
White with #6C8872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8872; }
p { color: rgb(108,136,114); }
H1.HeaderClassName
{
color: #6C8872;
}
.AnyTagClassName
{
color: #6C8872;
}
</style>
background-color css
<style>
a { background-color: #6C8872; }
a { background-color: rgb(108,136,114); }
div.DivClassName
{
background-color: #6C8872;
}
.BgClassName
{
background-color: #6C8872;
}
</style>
border-color css
<style>
span { border-color: #6C8872; }
span { border-color: rgb(108,136,114); }
td.TdClassName
{
border-color: #6C8872;
}
.TagClassName
{
border-color: #6C8872;
}
</style>