Shades of Laurel #6F8771
Tints of Laurel #6F8771
RGB
CMYK
RGB Variations
Color information
#6F8771 (or 0x6F8771) is known color: Laurel. HEX triplet: 6F, 87 and 71. RGB value is (111,135,113). Sum of RGB (Red+Green+Blue) = 111+135+113=359 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.92% from 359); Green value is 135 (53.12% from 255 or 37.60% from 359); Blue value is 113 (44.53% from 255 or 31.48% from 359); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8771 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8771 is #90788E. Grayscale: #7D7D7D. Windows color (decimal): -9468047 or 7440239. OLE color: 7440239.
HSL color Cylindrical-coordinate representation of color #6F8771: hue angle of 125º 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 #6F8771 is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 113 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.47 |
| HSL | 125º | 0.1% | 0.48% | - |
| HSV(B) | 125º | 0.18% | 0.53% | - |
| XYZ | 18.2 | 21.9 | 18.89 | - |
| YUV | 125.32 | 121.05 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 113 | 0.18 | 0 | 0.16 | 0.47 | 125 | 0.1 | 0.48 |
| Hex | 6F | 87 | 71 | 12 | 0 | 10 | 2F | 7D | A | 30 |
| Octal | 157 | 207 | 161 | 22 | 0 | 20 | 57 | 175 | 12 | 60 |
| Binary | 1101111 | 10000111 | 1110001 | 10010 | 0 | 10000 | 101111 | 1111101 | 1010 | 110000 |
Color Harmonies of #6F8771
Complementary color
Monochromatic Colors of #6F8771
Black with #6F8771
Text Example
Text Example
White with #6F8771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8771; }
p { color: rgb(111,135,113); }
H1.HeaderClassName
{
color: #6F8771;
}
.AnyTagClassName
{
color: #6F8771;
}
</style>
background-color css
<style>
a { background-color: #6F8771; }
a { background-color: rgb(111,135,113); }
div.DivClassName
{
background-color: #6F8771;
}
.BgClassName
{
background-color: #6F8771;
}
</style>
border-color css
<style>
span { border-color: #6F8771; }
span { border-color: rgb(111,135,113); }
td.TdClassName
{
border-color: #6F8771;
}
.TagClassName
{
border-color: #6F8771;
}
</style>