Shades of Laurel #6E9D70
Tints of Laurel #6E9D70
RGB
CMYK
RGB Variations
Color information
#6E9D70 (or 0x6E9D70) is known color: Laurel. HEX triplet: 6E, 9D and 70. RGB value is (110,157,112). Sum of RGB (Red+Green+Blue) = 110+157+112=379 (50% of max value = 765). Red value is 110 (43.36% from 255 or 29.02% from 379); Green value is 157 (61.72% from 255 or 41.42% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 157 - color contains mainly: green. Hex color #6E9D70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9D70 is #91628F. Grayscale: #898989. Windows color (decimal): -9527952 or 7380334. OLE color: 7380334.
HSL color Cylindrical-coordinate representation of color #6E9D70: hue angle of 122.55º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E9D70 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 110 | 157 | 112 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.38 |
| HSL | 122.55º | 0.19% | 0.52% | - |
| HSV(B) | 122.55º | 0.3% | 0.62% | - |
| XYZ | 21.41 | 28.6 | 19.72 | - |
| YUV | 137.82 | 113.43 | 108.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 157 | 112 | 0.30 | 0 | 0.29 | 0.38 | 122.55 | 0.19 | 0.52 |
| Hex | 6E | 9D | 70 | 1E | 0 | 1D | 26 | 7B | 13 | 34 |
| Octal | 156 | 235 | 160 | 36 | 0 | 35 | 46 | 173 | 23 | 64 |
| Binary | 1101110 | 10011101 | 1110000 | 11110 | 0 | 11101 | 100110 | 1111011 | 10011 | 110100 |
Color Harmonies of #6E9D70
Complementary color
Monochromatic Colors of #6E9D70
Black with #6E9D70
Text Example
Text Example
White with #6E9D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9D70; }
p { color: rgb(110,157,112); }
H1.HeaderClassName
{
color: #6E9D70;
}
.AnyTagClassName
{
color: #6E9D70;
}
</style>
background-color css
<style>
a { background-color: #6E9D70; }
a { background-color: rgb(110,157,112); }
div.DivClassName
{
background-color: #6E9D70;
}
.BgClassName
{
background-color: #6E9D70;
}
</style>
border-color css
<style>
span { border-color: #6E9D70; }
span { border-color: rgb(110,157,112); }
td.TdClassName
{
border-color: #6E9D70;
}
.TagClassName
{
border-color: #6E9D70;
}
</style>