Shades of Laurel #6F8972
Tints of Laurel #6F8972
RGB
CMYK
RGB Variations
Color information
#6F8972 (or 0x6F8972) is known color: Laurel. HEX triplet: 6F, 89 and 72. RGB value is (111,137,114). Sum of RGB (Red+Green+Blue) = 111+137+114=362 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.66% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 114 (44.92% from 255 or 31.49% from 362); Max value from RGB is 137 - color contains mainly: green. Hex color #6F8972 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F8972 is #90768D. Grayscale: #7E7E7E. Windows color (decimal): -9467534 or 7506287. OLE color: 7506287.
HSL color Cylindrical-coordinate representation of color #6F8972: hue angle of 126.92º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F8972 is Cyan = 0.19, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 137 | 114 | - |
| CMYK | 0.19 | 0 | 0.17 | 0.46 |
| HSL | 126.92º | 0.1% | 0.49% | - |
| HSV(B) | 126.92º | 0.19% | 0.54% | - |
| XYZ | 18.54 | 22.49 | 19.28 | - |
| YUV | 126.6 | 120.89 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 137 | 114 | 0.19 | 0 | 0.17 | 0.46 | 126.92 | 0.1 | 0.49 |
| Hex | 6F | 89 | 72 | 13 | 0 | 11 | 2E | 7F | A | 31 |
| Octal | 157 | 211 | 162 | 23 | 0 | 21 | 56 | 177 | 12 | 61 |
| Binary | 1101111 | 10001001 | 1110010 | 10011 | 0 | 10001 | 101110 | 1111111 | 1010 | 110001 |
Color Harmonies of #6F8972
Complementary color
Monochromatic Colors of #6F8972
Black with #6F8972
Text Example
Text Example
White with #6F8972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8972; }
p { color: rgb(111,137,114); }
H1.HeaderClassName
{
color: #6F8972;
}
.AnyTagClassName
{
color: #6F8972;
}
</style>
background-color css
<style>
a { background-color: #6F8972; }
a { background-color: rgb(111,137,114); }
div.DivClassName
{
background-color: #6F8972;
}
.BgClassName
{
background-color: #6F8972;
}
</style>
border-color css
<style>
span { border-color: #6F8972; }
span { border-color: rgb(111,137,114); }
td.TdClassName
{
border-color: #6F8972;
}
.TagClassName
{
border-color: #6F8972;
}
</style>