Shades of Laurel #6E916A
Tints of Laurel #6E916A
RGB
CMYK
RGB Variations
Color information
#6E916A (or 0x6E916A) is known color: Laurel. HEX triplet: 6E, 91 and 6A. RGB value is (110,145,106). Sum of RGB (Red+Green+Blue) = 110+145+106=361 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.47% from 361); Green value is 145 (57.03% from 255 or 40.17% from 361); Blue value is 106 (41.80% from 255 or 29.36% from 361); Max value from RGB is 145 - color contains mainly: green. Hex color #6E916A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E916A is #916E95. Grayscale: #828282. Windows color (decimal): -9531030 or 6984046. OLE color: 6984046.
HSL color Cylindrical-coordinate representation of color #6E916A: hue angle of 113.85º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E916A is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 110 | 145 | 106 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.43 |
| HSL | 113.85º | 0.16% | 0.49% | - |
| HSV(B) | 113.85º | 0.27% | 0.57% | - |
| XYZ | 19.16 | 24.61 | 17.38 | - |
| YUV | 130.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 145 | 106 | 0.24 | 0 | 0.27 | 0.43 | 113.85 | 0.16 | 0.49 |
| Hex | 6E | 91 | 6A | 18 | 0 | 1B | 2B | 72 | 10 | 31 |
| Octal | 156 | 221 | 152 | 30 | 0 | 33 | 53 | 162 | 20 | 61 |
| Binary | 1101110 | 10010001 | 1101010 | 11000 | 0 | 11011 | 101011 | 1110010 | 10000 | 110001 |
Color Harmonies of #6E916A
Complementary color
Monochromatic Colors of #6E916A
Black with #6E916A
Text Example
Text Example
White with #6E916A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E916A; }
p { color: rgb(110,145,106); }
H1.HeaderClassName
{
color: #6E916A;
}
.AnyTagClassName
{
color: #6E916A;
}
</style>
background-color css
<style>
a { background-color: #6E916A; }
a { background-color: rgb(110,145,106); }
div.DivClassName
{
background-color: #6E916A;
}
.BgClassName
{
background-color: #6E916A;
}
</style>
border-color css
<style>
span { border-color: #6E916A; }
span { border-color: rgb(110,145,106); }
td.TdClassName
{
border-color: #6E916A;
}
.TagClassName
{
border-color: #6E916A;
}
</style>