Shades of Olive Drab #6C8B24
Tints of Olive Drab #6C8B24
RGB
CMYK
RGB Variations
Color information
#6C8B24 (or 0x6C8B24) is known color: Olive Drab. HEX triplet: 6C, 8B and 24. RGB value is (108,139,36). Sum of RGB (Red+Green+Blue) = 108+139+36=283 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.16% from 283); Green value is 139 (54.69% from 255 or 49.12% from 283); Blue value is 36 (14.45% from 255 or 12.72% from 283); Max value from RGB is 139 - color contains mainly: green. Hex color #6C8B24 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8B24 is #9374DB. Grayscale: #767676. Windows color (decimal): -9663708 or 2394988. OLE color: 2394988.
HSL color Cylindrical-coordinate representation of color #6C8B24: hue angle of 78.06º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6C8B24 is Cyan = 0.22, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 139 | 36 | - |
| CMYK | 0.22 | 0 | 0.74 | 0.45 |
| HSL | 78.06º | 0.59% | 0.34% | - |
| HSV(B) | 78.06º | 0.74% | 0.55% | - |
| XYZ | 15.74 | 21.78 | 5.04 | - |
| YUV | 117.99 | 81.73 | 120.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 139 | 36 | 0.22 | 0 | 0.74 | 0.45 | 78.06 | 0.59 | 0.34 |
| Hex | 6C | 8B | 24 | 16 | 0 | 4A | 2D | 4E | 3B | 22 |
| Octal | 154 | 213 | 44 | 26 | 0 | 112 | 55 | 116 | 73 | 42 |
| Binary | 1101100 | 10001011 | 100100 | 10110 | 0 | 1001010 | 101101 | 1001110 | 111011 | 100010 |
Color Harmonies of #6C8B24
Complementary color
Monochromatic Colors of #6C8B24
Black with #6C8B24
Text Example
Text Example
White with #6C8B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8B24; }
p { color: rgb(108,139,36); }
H1.HeaderClassName
{
color: #6C8B24;
}
.AnyTagClassName
{
color: #6C8B24;
}
</style>
background-color css
<style>
a { background-color: #6C8B24; }
a { background-color: rgb(108,139,36); }
div.DivClassName
{
background-color: #6C8B24;
}
.BgClassName
{
background-color: #6C8B24;
}
</style>
border-color css
<style>
span { border-color: #6C8B24; }
span { border-color: rgb(108,139,36); }
td.TdClassName
{
border-color: #6C8B24;
}
.TagClassName
{
border-color: #6C8B24;
}
</style>