Shades of Olive Drab #6C8E2C
Tints of Olive Drab #6C8E2C
RGB
CMYK
RGB Variations
Color information
#6C8E2C (or 0x6C8E2C) is known color: Olive Drab. HEX triplet: 6C, 8E and 2C. RGB value is (108,142,44). Sum of RGB (Red+Green+Blue) = 108+142+44=294 (38% of max value = 765). Red value is 108 (42.58% from 255 or 36.73% from 294); Green value is 142 (55.86% from 255 or 48.30% from 294); Blue value is 44 (17.58% from 255 or 14.97% from 294); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8E2C is #9371D3. Grayscale: #797979. Windows color (decimal): -9662932 or 2920044. OLE color: 2920044.
HSL color Cylindrical-coordinate representation of color #6C8E2C: hue angle of 80.82º degrees, saturation: 0.53, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C8E2C is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 142 | 44 | - |
| CMYK | 0.24 | 0 | 0.69 | 0.44 |
| HSL | 80.82º | 0.53% | 0.36% | - |
| HSV(B) | 80.82º | 0.69% | 0.56% | - |
| XYZ | 16.31 | 22.72 | 5.91 | - |
| YUV | 120.66 | 84.74 | 118.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 44 | 0.24 | 0 | 0.69 | 0.44 | 80.82 | 0.53 | 0.36 |
| Hex | 6C | 8E | 2C | 18 | 0 | 45 | 2C | 51 | 35 | 24 |
| Octal | 154 | 216 | 54 | 30 | 0 | 105 | 54 | 121 | 65 | 44 |
| Binary | 1101100 | 10001110 | 101100 | 11000 | 0 | 1000101 | 101100 | 1010001 | 110101 | 100100 |
Color Harmonies of #6C8E2C
Complementary color
Monochromatic Colors of #6C8E2C
Black with #6C8E2C
Text Example
Text Example
White with #6C8E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8E2C; }
p { color: rgb(108,142,44); }
H1.HeaderClassName
{
color: #6C8E2C;
}
.AnyTagClassName
{
color: #6C8E2C;
}
</style>
background-color css
<style>
a { background-color: #6C8E2C; }
a { background-color: rgb(108,142,44); }
div.DivClassName
{
background-color: #6C8E2C;
}
.BgClassName
{
background-color: #6C8E2C;
}
</style>
border-color css
<style>
span { border-color: #6C8E2C; }
span { border-color: rgb(108,142,44); }
td.TdClassName
{
border-color: #6C8E2C;
}
.TagClassName
{
border-color: #6C8E2C;
}
</style>