Shades of Laurel #6E936A
Tints of Laurel #6E936A
RGB
CMYK
RGB Variations
Color information
#6E936A (or 0x6E936A) is known color: Laurel. HEX triplet: 6E, 93 and 6A. RGB value is (110,147,106). Sum of RGB (Red+Green+Blue) = 110+147+106=363 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.30% from 363); Green value is 147 (57.81% from 255 or 40.50% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 147 - color contains mainly: green. Hex color #6E936A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E936A is #916C95. Grayscale: #838383. Windows color (decimal): -9530518 or 6984558. OLE color: 6984558.
HSL color Cylindrical-coordinate representation of color #6E936A: hue angle of 114.15º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6E936A is Cyan = 0.25, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 106 | - |
| CMYK | 0.25 | 0 | 0.28 | 0.42 |
| HSL | 114.15º | 0.16% | 0.5% | - |
| HSV(B) | 114.15º | 0.28% | 0.58% | - |
| XYZ | 19.47 | 25.22 | 17.48 | - |
| YUV | 131.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 106 | 0.25 | 0 | 0.28 | 0.42 | 114.15 | 0.16 | 0.5 |
| Hex | 6E | 93 | 6A | 19 | 0 | 1C | 2A | 72 | 10 | 32 |
| Octal | 156 | 223 | 152 | 31 | 0 | 34 | 52 | 162 | 20 | 62 |
| Binary | 1101110 | 10010011 | 1101010 | 11001 | 0 | 11100 | 101010 | 1110010 | 10000 | 110010 |
Color Harmonies of #6E936A
Complementary color
Monochromatic Colors of #6E936A
Black with #6E936A
Text Example
Text Example
White with #6E936A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E936A; }
p { color: rgb(110,147,106); }
H1.HeaderClassName
{
color: #6E936A;
}
.AnyTagClassName
{
color: #6E936A;
}
</style>
background-color css
<style>
a { background-color: #6E936A; }
a { background-color: rgb(110,147,106); }
div.DivClassName
{
background-color: #6E936A;
}
.BgClassName
{
background-color: #6E936A;
}
</style>
border-color css
<style>
span { border-color: #6E936A; }
span { border-color: rgb(110,147,106); }
td.TdClassName
{
border-color: #6E936A;
}
.TagClassName
{
border-color: #6E936A;
}
</style>