Shades of Laurel #6F8870
Tints of Laurel #6F8870
RGB
CMYK
RGB Variations
Color information
#6F8870 (or 0x6F8870) is known color: Laurel. HEX triplet: 6F, 88 and 70. RGB value is (111,136,112). Sum of RGB (Red+Green+Blue) = 111+136+112=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 136 (53.52% from 255 or 37.88% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8870 is #90778F. Grayscale: #7D7D7D. Windows color (decimal): -9467792 or 7374959. OLE color: 7374959.
HSL color Cylindrical-coordinate representation of color #6F8870: hue angle of 122.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F8870 is Cyan = 0.18, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 112 | - |
| CMYK | 0.18 | 0 | 0.18 | 0.47 |
| HSL | 122.4º | 0.1% | 0.48% | - |
| HSV(B) | 122.4º | 0.18% | 0.53% | - |
| XYZ | 18.28 | 22.16 | 18.64 | - |
| YUV | 125.79 | 120.22 | 117.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 112 | 0.18 | 0 | 0.18 | 0.47 | 122.4 | 0.1 | 0.48 |
| Hex | 6F | 88 | 70 | 12 | 0 | 12 | 2F | 7A | A | 30 |
| Octal | 157 | 210 | 160 | 22 | 0 | 22 | 57 | 172 | 12 | 60 |
| Binary | 1101111 | 10001000 | 1110000 | 10010 | 0 | 10010 | 101111 | 1111010 | 1010 | 110000 |
Color Harmonies of #6F8870
Complementary color
Monochromatic Colors of #6F8870
Black with #6F8870
Text Example
Text Example
White with #6F8870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8870; }
p { color: rgb(111,136,112); }
H1.HeaderClassName
{
color: #6F8870;
}
.AnyTagClassName
{
color: #6F8870;
}
</style>
background-color css
<style>
a { background-color: #6F8870; }
a { background-color: rgb(111,136,112); }
div.DivClassName
{
background-color: #6F8870;
}
.BgClassName
{
background-color: #6F8870;
}
</style>
border-color css
<style>
span { border-color: #6F8870; }
span { border-color: rgb(111,136,112); }
td.TdClassName
{
border-color: #6F8870;
}
.TagClassName
{
border-color: #6F8870;
}
</style>