Shades of Laurel #6E8A6F
Tints of Laurel #6E8A6F
RGB
CMYK
RGB Variations
Color information
#6E8A6F (or 0x6E8A6F) is known color: Laurel. HEX triplet: 6E, 8A and 6F. RGB value is (110,138,111). Sum of RGB (Red+Green+Blue) = 110+138+111=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 138 (54.30% from 255 or 38.44% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 138 - color contains mainly: green. Hex color #6E8A6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8A6F is #917590. Grayscale: #7E7E7E. Windows color (decimal): -9532817 or 7309934. OLE color: 7309934.
HSL color Cylindrical-coordinate representation of color #6E8A6F: hue angle of 122.14º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8A6F is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 110 | 138 | 111 | - |
| CMYK | 0.20 | 0 | 0.20 | 0.46 |
| HSL | 122.14º | 0.11% | 0.49% | - |
| HSV(B) | 122.14º | 0.2% | 0.54% | - |
| XYZ | 18.39 | 22.64 | 18.44 | - |
| YUV | 126.55 | 119.22 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 138 | 111 | 0.20 | 0 | 0.20 | 0.46 | 122.14 | 0.11 | 0.49 |
| Hex | 6E | 8A | 6F | 14 | 0 | 14 | 2E | 7A | B | 31 |
| Octal | 156 | 212 | 157 | 24 | 0 | 24 | 56 | 172 | 13 | 61 |
| Binary | 1101110 | 10001010 | 1101111 | 10100 | 0 | 10100 | 101110 | 1111010 | 1011 | 110001 |
Color Harmonies of #6E8A6F
Complementary color
Monochromatic Colors of #6E8A6F
Black with #6E8A6F
Text Example
Text Example
White with #6E8A6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8A6F; }
p { color: rgb(110,138,111); }
H1.HeaderClassName
{
color: #6E8A6F;
}
.AnyTagClassName
{
color: #6E8A6F;
}
</style>
background-color css
<style>
a { background-color: #6E8A6F; }
a { background-color: rgb(110,138,111); }
div.DivClassName
{
background-color: #6E8A6F;
}
.BgClassName
{
background-color: #6E8A6F;
}
</style>
border-color css
<style>
span { border-color: #6E8A6F; }
span { border-color: rgb(110,138,111); }
td.TdClassName
{
border-color: #6E8A6F;
}
.TagClassName
{
border-color: #6E8A6F;
}
</style>