Shades of Laurel #6C8873
Tints of Laurel #6C8873
RGB
CMYK
RGB Variations
Color information
#6C8873 (or 0x6C8873) is known color: Laurel. HEX triplet: 6C, 88 and 73. RGB value is (108,136,115). Sum of RGB (Red+Green+Blue) = 108+136+115=359 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.08% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 115 (45.31% from 255 or 32.03% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8873 is #93778C. Grayscale: #7D7D7D. Windows color (decimal): -9664397 or 7571564. OLE color: 7571564.
HSL color Cylindrical-coordinate representation of color #6C8873: hue angle of 135º 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 #6C8873 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 115 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.47 |
| HSL | 135º | 0.11% | 0.48% | - |
| HSV(B) | 135º | 0.21% | 0.53% | - |
| XYZ | 18.08 | 22.03 | 19.52 | - |
| YUV | 125.23 | 122.22 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 115 | 0.21 | 0 | 0.15 | 0.47 | 135 | 0.11 | 0.48 |
| Hex | 6C | 88 | 73 | 15 | 0 | F | 2F | 87 | B | 30 |
| Octal | 154 | 210 | 163 | 25 | 0 | 17 | 57 | 207 | 13 | 60 |
| Binary | 1101100 | 10001000 | 1110011 | 10101 | 0 | 1111 | 101111 | 10000111 | 1011 | 110000 |
Color Harmonies of #6C8873
Complementary color
Monochromatic Colors of #6C8873
Black with #6C8873
Text Example
Text Example
White with #6C8873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8873; }
p { color: rgb(108,136,115); }
H1.HeaderClassName
{
color: #6C8873;
}
.AnyTagClassName
{
color: #6C8873;
}
</style>
background-color css
<style>
a { background-color: #6C8873; }
a { background-color: rgb(108,136,115); }
div.DivClassName
{
background-color: #6C8873;
}
.BgClassName
{
background-color: #6C8873;
}
</style>
border-color css
<style>
span { border-color: #6C8873; }
span { border-color: rgb(108,136,115); }
td.TdClassName
{
border-color: #6C8873;
}
.TagClassName
{
border-color: #6C8873;
}
</style>