Shades of Laurel #6C8E6E
Tints of Laurel #6C8E6E
RGB
CMYK
RGB Variations
Color information
#6C8E6E (or 0x6C8E6E) is known color: Laurel. HEX triplet: 6C, 8E and 6E. RGB value is (108,142,110). Sum of RGB (Red+Green+Blue) = 108+142+110=360 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30% from 360); Green value is 142 (55.86% from 255 or 39.44% from 360); Blue value is 110 (43.36% from 255 or 30.56% from 360); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C8E6E is #937191. Grayscale: #808080. Windows color (decimal): -9662866 or 7245420. OLE color: 7245420.
HSL color Cylindrical-coordinate representation of color #6C8E6E: hue angle of 123.53º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6C8E6E is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 142 | 110 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.44 |
| HSL | 123.53º | 0.14% | 0.49% | - |
| HSV(B) | 123.53º | 0.24% | 0.56% | - |
| XYZ | 18.67 | 23.66 | 18.33 | - |
| YUV | 128.19 | 117.74 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 110 | 0.24 | 0 | 0.23 | 0.44 | 123.53 | 0.14 | 0.49 |
| Hex | 6C | 8E | 6E | 18 | 0 | 17 | 2C | 7C | E | 31 |
| Octal | 154 | 216 | 156 | 30 | 0 | 27 | 54 | 174 | 16 | 61 |
| Binary | 1101100 | 10001110 | 1101110 | 11000 | 0 | 10111 | 101100 | 1111100 | 1110 | 110001 |
Color Harmonies of #6C8E6E
Complementary color
Monochromatic Colors of #6C8E6E
Black with #6C8E6E
Text Example
Text Example
White with #6C8E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8E6E; }
p { color: rgb(108,142,110); }
H1.HeaderClassName
{
color: #6C8E6E;
}
.AnyTagClassName
{
color: #6C8E6E;
}
</style>
background-color css
<style>
a { background-color: #6C8E6E; }
a { background-color: rgb(108,142,110); }
div.DivClassName
{
background-color: #6C8E6E;
}
.BgClassName
{
background-color: #6C8E6E;
}
</style>
border-color css
<style>
span { border-color: #6C8E6E; }
span { border-color: rgb(108,142,110); }
td.TdClassName
{
border-color: #6C8E6E;
}
.TagClassName
{
border-color: #6C8E6E;
}
</style>