Shades of Laurel #6E9869
Tints of Laurel #6E9869
RGB
CMYK
RGB Variations
Color information
#6E9869 (or 0x6E9869) is known color: Laurel. HEX triplet: 6E, 98 and 69. RGB value is (110,152,105). Sum of RGB (Red+Green+Blue) = 110+152+105=367 (48% of max value = 765). Red value is 110 (43.36% from 255 or 29.97% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 105 (41.41% from 255 or 28.61% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #6E9869 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E9869 is #916796. Grayscale: #868686. Windows color (decimal): -9529239 or 6920302. OLE color: 6920302.
HSL color Cylindrical-coordinate representation of color #6E9869: hue angle of 113.62º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E9869 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 110 | 152 | 105 | - |
| CMYK | 0.28 | 0 | 0.31 | 0.40 |
| HSL | 113.62º | 0.19% | 0.5% | - |
| HSV(B) | 113.62º | 0.31% | 0.6% | - |
| XYZ | 20.21 | 26.79 | 17.47 | - |
| YUV | 134.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 152 | 105 | 0.28 | 0 | 0.31 | 0.40 | 113.62 | 0.19 | 0.5 |
| Hex | 6E | 98 | 69 | 1C | 0 | 1F | 28 | 72 | 13 | 32 |
| Octal | 156 | 230 | 151 | 34 | 0 | 37 | 50 | 162 | 23 | 62 |
| Binary | 1101110 | 10011000 | 1101001 | 11100 | 0 | 11111 | 101000 | 1110010 | 10011 | 110010 |
Color Harmonies of #6E9869
Complementary color
Monochromatic Colors of #6E9869
Black with #6E9869
Text Example
Text Example
White with #6E9869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9869; }
p { color: rgb(110,152,105); }
H1.HeaderClassName
{
color: #6E9869;
}
.AnyTagClassName
{
color: #6E9869;
}
</style>
background-color css
<style>
a { background-color: #6E9869; }
a { background-color: rgb(110,152,105); }
div.DivClassName
{
background-color: #6E9869;
}
.BgClassName
{
background-color: #6E9869;
}
</style>
border-color css
<style>
span { border-color: #6E9869; }
span { border-color: rgb(110,152,105); }
td.TdClassName
{
border-color: #6E9869;
}
.TagClassName
{
border-color: #6E9869;
}
</style>