Shades of Laurel #6E9570
Tints of Laurel #6E9570
RGB
CMYK
RGB Variations
Color information
#6E9570 (or 0x6E9570) is known color: Laurel. HEX triplet: 6E, 95 and 70. RGB value is (110,149,112). Sum of RGB (Red+Green+Blue) = 110+149+112=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 149 (58.59% from 255 or 40.16% from 371); Blue value is 112 (44.14% from 255 or 30.19% from 371); Max value from RGB is 149 - color contains mainly: green. Hex color #6E9570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9570 is #916A8F. Grayscale: #858585. Windows color (decimal): -9530000 or 7378286. OLE color: 7378286.
HSL color Cylindrical-coordinate representation of color #6E9570: hue angle of 123.08º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6E9570 is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 149 | 112 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.42 |
| HSL | 123.08º | 0.16% | 0.51% | - |
| HSV(B) | 123.08º | 0.26% | 0.58% | - |
| XYZ | 20.1 | 25.98 | 19.28 | - |
| YUV | 133.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 149 | 112 | 0.26 | 0 | 0.25 | 0.42 | 123.08 | 0.16 | 0.51 |
| Hex | 6E | 95 | 70 | 1A | 0 | 19 | 2A | 7B | 10 | 33 |
| Octal | 156 | 225 | 160 | 32 | 0 | 31 | 52 | 173 | 20 | 63 |
| Binary | 1101110 | 10010101 | 1110000 | 11010 | 0 | 11001 | 101010 | 1111011 | 10000 | 110011 |
Color Harmonies of #6E9570
Complementary color
Monochromatic Colors of #6E9570
Black with #6E9570
Text Example
Text Example
White with #6E9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9570; }
p { color: rgb(110,149,112); }
H1.HeaderClassName
{
color: #6E9570;
}
.AnyTagClassName
{
color: #6E9570;
}
</style>
background-color css
<style>
a { background-color: #6E9570; }
a { background-color: rgb(110,149,112); }
div.DivClassName
{
background-color: #6E9570;
}
.BgClassName
{
background-color: #6E9570;
}
</style>
border-color css
<style>
span { border-color: #6E9570; }
span { border-color: rgb(110,149,112); }
td.TdClassName
{
border-color: #6E9570;
}
.TagClassName
{
border-color: #6E9570;
}
</style>