Shades of Laurel #6F886E
Tints of Laurel #6F886E
RGB
CMYK
RGB Variations
Color information
#6F886E (or 0x6F886E) is known color: Laurel. HEX triplet: 6F, 88 and 6E. RGB value is (111,136,110). Sum of RGB (Red+Green+Blue) = 111+136+110=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 136 - color contains mainly: green. Hex color #6F886E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F886E is #907791. Grayscale: #7D7D7D. Windows color (decimal): -9467794 or 7243887. OLE color: 7243887.
HSL color Cylindrical-coordinate representation of color #6F886E: hue angle of 117.69º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F886E is Cyan = 0.18, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 110 | - |
| CMYK | 0.18 | 0 | 0.19 | 0.47 |
| HSL | 117.69º | 0.11% | 0.48% | - |
| HSV(B) | 117.69º | 0.19% | 0.53% | - |
| XYZ | 18.17 | 22.11 | 18.06 | - |
| YUV | 125.56 | 119.22 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 110 | 0.18 | 0 | 0.19 | 0.47 | 117.69 | 0.11 | 0.48 |
| Hex | 6F | 88 | 6E | 12 | 0 | 13 | 2F | 76 | B | 30 |
| Octal | 157 | 210 | 156 | 22 | 0 | 23 | 57 | 166 | 13 | 60 |
| Binary | 1101111 | 10001000 | 1101110 | 10010 | 0 | 10011 | 101111 | 1110110 | 1011 | 110000 |
Color Harmonies of #6F886E
Complementary color
Monochromatic Colors of #6F886E
Black with #6F886E
Text Example
Text Example
White with #6F886E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F886E; }
p { color: rgb(111,136,110); }
H1.HeaderClassName
{
color: #6F886E;
}
.AnyTagClassName
{
color: #6F886E;
}
</style>
background-color css
<style>
a { background-color: #6F886E; }
a { background-color: rgb(111,136,110); }
div.DivClassName
{
background-color: #6F886E;
}
.BgClassName
{
background-color: #6F886E;
}
</style>
border-color css
<style>
span { border-color: #6F886E; }
span { border-color: rgb(111,136,110); }
td.TdClassName
{
border-color: #6F886E;
}
.TagClassName
{
border-color: #6F886E;
}
</style>