Shades of Laurel #6F9F71
Tints of Laurel #6F9F71
RGB
CMYK
RGB Variations
Color information
#6F9F71 (or 0x6F9F71) is known color: Laurel. HEX triplet: 6F, 9F and 71. RGB value is (111,159,113). Sum of RGB (Red+Green+Blue) = 111+159+113=383 (50% of max value = 765). Red value is 111 (43.75% from 255 or 28.98% from 383); Green value is 159 (62.5% from 255 or 41.51% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 159 - color contains mainly: green. Hex color #6F9F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6F9F71 is #90608E. Grayscale: #8B8B8B. Windows color (decimal): -9461903 or 7446383. OLE color: 7446383.
HSL color Cylindrical-coordinate representation of color #6F9F71: hue angle of 122.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6F9F71 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 111 | 159 | 113 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.38 |
| HSL | 122.5º | 0.2% | 0.53% | - |
| HSV(B) | 122.5º | 0.3% | 0.62% | - |
| XYZ | 21.93 | 29.37 | 20.14 | - |
| YUV | 139.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 159 | 113 | 0.30 | 0 | 0.29 | 0.38 | 122.5 | 0.2 | 0.53 |
| Hex | 6F | 9F | 71 | 1E | 0 | 1D | 26 | 7B | 14 | 35 |
| Octal | 157 | 237 | 161 | 36 | 0 | 35 | 46 | 173 | 24 | 65 |
| Binary | 1101111 | 10011111 | 1110001 | 11110 | 0 | 11101 | 100110 | 1111011 | 10100 | 110101 |
Color Harmonies of #6F9F71
Complementary color
Monochromatic Colors of #6F9F71
Black with #6F9F71
Text Example
Text Example
White with #6F9F71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9F71; }
p { color: rgb(111,159,113); }
H1.HeaderClassName
{
color: #6F9F71;
}
.AnyTagClassName
{
color: #6F9F71;
}
</style>
background-color css
<style>
a { background-color: #6F9F71; }
a { background-color: rgb(111,159,113); }
div.DivClassName
{
background-color: #6F9F71;
}
.BgClassName
{
background-color: #6F9F71;
}
</style>
border-color css
<style>
span { border-color: #6F9F71; }
span { border-color: rgb(111,159,113); }
td.TdClassName
{
border-color: #6F9F71;
}
.TagClassName
{
border-color: #6F9F71;
}
</style>