Shades of Laurel #6E936C
Tints of Laurel #6E936C
RGB
CMYK
RGB Variations
Color information
#6E936C (or 0x6E936C) is known color: Laurel. HEX triplet: 6E, 93 and 6C. RGB value is (110,147,108). Sum of RGB (Red+Green+Blue) = 110+147+108=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 147 (57.81% from 255 or 40.27% from 365); Blue value is 108 (42.58% from 255 or 29.59% from 365); Max value from RGB is 147 - color contains mainly: green. Hex color #6E936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E936C is #916C93. Grayscale: #838383. Windows color (decimal): -9530516 or 7115630. OLE color: 7115630.
HSL color Cylindrical-coordinate representation of color #6E936C: hue angle of 116.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6E936C is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 110 | 147 | 108 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.42 |
| HSL | 116.92º | 0.15% | 0.5% | - |
| HSV(B) | 116.92º | 0.27% | 0.58% | - |
| XYZ | 19.57 | 25.27 | 18.03 | - |
| YUV | 131.49 | 114.74 | 112.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 147 | 108 | 0.25 | 0 | 0.27 | 0.42 | 116.92 | 0.15 | 0.5 |
| Hex | 6E | 93 | 6C | 19 | 0 | 1B | 2A | 75 | F | 32 |
| Octal | 156 | 223 | 154 | 31 | 0 | 33 | 52 | 165 | 17 | 62 |
| Binary | 1101110 | 10010011 | 1101100 | 11001 | 0 | 11011 | 101010 | 1110101 | 1111 | 110010 |
Color Harmonies of #6E936C
Complementary color
Monochromatic Colors of #6E936C
Black with #6E936C
Text Example
Text Example
White with #6E936C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E936C; }
p { color: rgb(110,147,108); }
H1.HeaderClassName
{
color: #6E936C;
}
.AnyTagClassName
{
color: #6E936C;
}
</style>
background-color css
<style>
a { background-color: #6E936C; }
a { background-color: rgb(110,147,108); }
div.DivClassName
{
background-color: #6E936C;
}
.BgClassName
{
background-color: #6E936C;
}
</style>
border-color css
<style>
span { border-color: #6E936C; }
span { border-color: rgb(110,147,108); }
td.TdClassName
{
border-color: #6E936C;
}
.TagClassName
{
border-color: #6E936C;
}
</style>