Shades of Olive Drab #6C8A21
Tints of Olive Drab #6C8A21
RGB
CMYK
RGB Variations
Color information
#6C8A21 (or 0x6C8A21) is known color: Olive Drab. HEX triplet: 6C, 8A and 21. RGB value is (108,138,33). Sum of RGB (Red+Green+Blue) = 108+138+33=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 138 (54.30% from 255 or 49.46% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A21 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8A21 is #9375DE. Grayscale: #757575. Windows color (decimal): -9663967 or 2198124. OLE color: 2198124.
HSL color Cylindrical-coordinate representation of color #6C8A21: hue angle of 77.14º degrees, saturation: 0.61, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C8A21 is Cyan = 0.22, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 33 | - |
| CMYK | 0.22 | 0 | 0.76 | 0.46 |
| HSL | 77.14º | 0.61% | 0.34% | - |
| HSV(B) | 77.14º | 0.76% | 0.54% | - |
| XYZ | 15.55 | 21.47 | 4.76 | - |
| YUV | 117.06 | 80.56 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 33 | 0.22 | 0 | 0.76 | 0.46 | 77.14 | 0.61 | 0.34 |
| Hex | 6C | 8A | 21 | 16 | 0 | 4C | 2E | 4D | 3D | 22 |
| Octal | 154 | 212 | 41 | 26 | 0 | 114 | 56 | 115 | 75 | 42 |
| Binary | 1101100 | 10001010 | 100001 | 10110 | 0 | 1001100 | 101110 | 1001101 | 111101 | 100010 |
Color Harmonies of #6C8A21
Complementary color
Monochromatic Colors of #6C8A21
Black with #6C8A21
Text Example
Text Example
White with #6C8A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A21; }
p { color: rgb(108,138,33); }
H1.HeaderClassName
{
color: #6C8A21;
}
.AnyTagClassName
{
color: #6C8A21;
}
</style>
background-color css
<style>
a { background-color: #6C8A21; }
a { background-color: rgb(108,138,33); }
div.DivClassName
{
background-color: #6C8A21;
}
.BgClassName
{
background-color: #6C8A21;
}
</style>
border-color css
<style>
span { border-color: #6C8A21; }
span { border-color: rgb(108,138,33); }
td.TdClassName
{
border-color: #6C8A21;
}
.TagClassName
{
border-color: #6C8A21;
}
</style>