Shades of Laurel #6F8670
Tints of Laurel #6F8670
RGB
CMYK
RGB Variations
Color information
#6F8670 (or 0x6F8670) is known color: Laurel. HEX triplet: 6F, 86 and 70. RGB value is (111,134,112). Sum of RGB (Red+Green+Blue) = 111+134+112=357 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.09% from 357); Green value is 134 (52.73% from 255 or 37.54% from 357); Blue value is 112 (44.14% from 255 or 31.37% from 357); Max value from RGB is 134 - color contains mainly: green. Hex color #6F8670 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8670 is #90798F. Grayscale: #7C7C7C. Windows color (decimal): -9468304 or 7374447. OLE color: 7374447.
HSL color Cylindrical-coordinate representation of color #6F8670: hue angle of 122.61º degrees, saturation: 0.09, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6F8670 is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 134 | 112 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.47 |
| HSL | 122.61º | 0.09% | 0.48% | - |
| HSV(B) | 122.61º | 0.17% | 0.53% | - |
| XYZ | 18.01 | 21.6 | 18.55 | - |
| YUV | 124.62 | 120.88 | 118.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 134 | 112 | 0.17 | 0 | 0.16 | 0.47 | 122.61 | 0.09 | 0.48 |
| Hex | 6F | 86 | 70 | 11 | 0 | 10 | 2F | 7B | 9 | 30 |
| Octal | 157 | 206 | 160 | 21 | 0 | 20 | 57 | 173 | 11 | 60 |
| Binary | 1101111 | 10000110 | 1110000 | 10001 | 0 | 10000 | 101111 | 1111011 | 1001 | 110000 |
Color Harmonies of #6F8670
Complementary color
Monochromatic Colors of #6F8670
Black with #6F8670
Text Example
Text Example
White with #6F8670
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8670; }
p { color: rgb(111,134,112); }
H1.HeaderClassName
{
color: #6F8670;
}
.AnyTagClassName
{
color: #6F8670;
}
</style>
background-color css
<style>
a { background-color: #6F8670; }
a { background-color: rgb(111,134,112); }
div.DivClassName
{
background-color: #6F8670;
}
.BgClassName
{
background-color: #6F8670;
}
</style>
border-color css
<style>
span { border-color: #6F8670; }
span { border-color: rgb(111,134,112); }
td.TdClassName
{
border-color: #6F8670;
}
.TagClassName
{
border-color: #6F8670;
}
</style>