Shades of Laurel #6E996C
Tints of Laurel #6E996C
RGB
CMYK
RGB Variations
Color information
#6E996C (or 0x6E996C) is known color: Laurel. HEX triplet: 6E, 99 and 6C. RGB value is (110,153,108). Sum of RGB (Red+Green+Blue) = 110+153+108=371 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.65% from 371); Green value is 153 (60.16% from 255 or 41.24% from 371); Blue value is 108 (42.58% from 255 or 29.11% from 371); Max value from RGB is 153 - color contains mainly: green. Hex color #6E996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E996C is #916693. Grayscale: #878787. Windows color (decimal): -9528980 or 7117166. OLE color: 7117166.
HSL color Cylindrical-coordinate representation of color #6E996C: hue angle of 117.33º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E996C is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 110 | 153 | 108 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.4 |
| HSL | 117.33º | 0.18% | 0.51% | - |
| HSV(B) | 117.33º | 0.29% | 0.6% | - |
| XYZ | 20.53 | 27.18 | 18.35 | - |
| YUV | 135.01 | 112.75 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 153 | 108 | 0.28 | 0 | 0.29 | 0.4 | 117.33 | 0.18 | 0.51 |
| Hex | 6E | 99 | 6C | 1C | 0 | 1D | 28 | 75 | 12 | 33 |
| Octal | 156 | 231 | 154 | 34 | 0 | 35 | 50 | 165 | 22 | 63 |
| Binary | 1101110 | 10011001 | 1101100 | 11100 | 0 | 11101 | 101000 | 1110101 | 10010 | 110011 |
Color Harmonies of #6E996C
Complementary color
Monochromatic Colors of #6E996C
Black with #6E996C
Text Example
Text Example
White with #6E996C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E996C; }
p { color: rgb(110,153,108); }
H1.HeaderClassName
{
color: #6E996C;
}
.AnyTagClassName
{
color: #6E996C;
}
</style>
background-color css
<style>
a { background-color: #6E996C; }
a { background-color: rgb(110,153,108); }
div.DivClassName
{
background-color: #6E996C;
}
.BgClassName
{
background-color: #6E996C;
}
</style>
border-color css
<style>
span { border-color: #6E996C; }
span { border-color: rgb(110,153,108); }
td.TdClassName
{
border-color: #6E996C;
}
.TagClassName
{
border-color: #6E996C;
}
</style>