Shades of Laurel #6EA070
Tints of Laurel #6EA070
RGB
CMYK
RGB Variations
Color information
#6EA070 (or 0x6EA070) is known color: Laurel. HEX triplet: 6E, A0 and 70. RGB value is (110,160,112). Sum of RGB (Red+Green+Blue) = 110+160+112=382 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.80% from 382); Green value is 160 (62.89% from 255 or 41.88% from 382); Blue value is 112 (44.14% from 255 or 29.32% from 382); Max value from RGB is 160 - color contains mainly: green. Hex color #6EA070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6EA070 is #915F8F. Grayscale: #8B8B8B. Windows color (decimal): -9527184 or 7381102. OLE color: 7381102.
HSL color Cylindrical-coordinate representation of color #6EA070: hue angle of 122.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6EA070 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 110 | 160 | 112 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.37 |
| HSL | 122.4º | 0.21% | 0.53% | - |
| HSV(B) | 122.4º | 0.31% | 0.63% | - |
| XYZ | 21.93 | 29.63 | 19.89 | - |
| YUV | 139.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 160 | 112 | 0.31 | 0 | 0.30 | 0.37 | 122.4 | 0.21 | 0.53 |
| Hex | 6E | A0 | 70 | 1F | 0 | 1E | 25 | 7A | 15 | 35 |
| Octal | 156 | 240 | 160 | 37 | 0 | 36 | 45 | 172 | 25 | 65 |
| Binary | 1101110 | 10100000 | 1110000 | 11111 | 0 | 11110 | 100101 | 1111010 | 10101 | 110101 |
Color Harmonies of #6EA070
Complementary color
Monochromatic Colors of #6EA070
Black with #6EA070
Text Example
Text Example
White with #6EA070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EA070; }
p { color: rgb(110,160,112); }
H1.HeaderClassName
{
color: #6EA070;
}
.AnyTagClassName
{
color: #6EA070;
}
</style>
background-color css
<style>
a { background-color: #6EA070; }
a { background-color: rgb(110,160,112); }
div.DivClassName
{
background-color: #6EA070;
}
.BgClassName
{
background-color: #6EA070;
}
</style>
border-color css
<style>
span { border-color: #6EA070; }
span { border-color: rgb(110,160,112); }
td.TdClassName
{
border-color: #6EA070;
}
.TagClassName
{
border-color: #6EA070;
}
</style>