Shades of Olive Drab #6C8E21
Tints of Olive Drab #6C8E21
RGB
CMYK
RGB Variations
Color information
#6C8E21 (or 0x6C8E21) is known color: Olive Drab. HEX triplet: 6C, 8E and 21. RGB value is (108,142,33). Sum of RGB (Red+Green+Blue) = 108+142+33=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 142 (55.86% from 255 or 50.18% from 283); Blue value is 33 (13.28% from 255 or 11.66% from 283); Max value from RGB is 142 - color contains mainly: green. Hex color #6C8E21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8E21 is #9371DE. Grayscale: #777777. Windows color (decimal): -9662943 or 2199148. OLE color: 2199148.
HSL color Cylindrical-coordinate representation of color #6C8E21: hue angle of 78.72º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6C8E21 is Cyan = 0.24, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 108 | 142 | 33 | - |
| CMYK | 0.24 | 0 | 0.77 | 0.44 |
| HSL | 78.72º | 0.62% | 0.34% | - |
| HSV(B) | 78.72º | 0.77% | 0.56% | - |
| XYZ | 16.13 | 22.64 | 4.96 | - |
| YUV | 119.41 | 79.24 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 142 | 33 | 0.24 | 0 | 0.77 | 0.44 | 78.72 | 0.62 | 0.34 |
| Hex | 6C | 8E | 21 | 18 | 0 | 4D | 2C | 4F | 3E | 22 |
| Octal | 154 | 216 | 41 | 30 | 0 | 115 | 54 | 117 | 76 | 42 |
| Binary | 1101100 | 10001110 | 100001 | 11000 | 0 | 1001101 | 101100 | 1001111 | 111110 | 100010 |
Color Harmonies of #6C8E21
Complementary color
Monochromatic Colors of #6C8E21
Black with #6C8E21
Text Example
Text Example
White with #6C8E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8E21; }
p { color: rgb(108,142,33); }
H1.HeaderClassName
{
color: #6C8E21;
}
.AnyTagClassName
{
color: #6C8E21;
}
</style>
background-color css
<style>
a { background-color: #6C8E21; }
a { background-color: rgb(108,142,33); }
div.DivClassName
{
background-color: #6C8E21;
}
.BgClassName
{
background-color: #6C8E21;
}
</style>
border-color css
<style>
span { border-color: #6C8E21; }
span { border-color: rgb(108,142,33); }
td.TdClassName
{
border-color: #6C8E21;
}
.TagClassName
{
border-color: #6C8E21;
}
</style>