Shades of Olive Drab #6C8821
Tints of Olive Drab #6C8821
RGB
CMYK
RGB Variations
Color information
#6C8821 (or 0x6C8821) is known color: Olive Drab. HEX triplet: 6C, 88 and 21. RGB value is (108,136,33). Sum of RGB (Red+Green+Blue) = 108+136+33=277 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.99% from 277); Green value is 136 (53.52% from 255 or 49.10% from 277); Blue value is 33 (13.28% from 255 or 11.91% from 277); Max value from RGB is 136 - color contains mainly: green. Hex color #6C8821 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8821 is #9377DE. Grayscale: #747474. Windows color (decimal): -9664479 or 2197612. OLE color: 2197612.
HSL color Cylindrical-coordinate representation of color #6C8821: hue angle of 76.31º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6C8821 is Cyan = 0.21, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 136 | 33 | - |
| CMYK | 0.21 | 0 | 0.76 | 0.47 |
| HSL | 76.31º | 0.61% | 0.33% | - |
| HSV(B) | 76.31º | 0.76% | 0.53% | - |
| XYZ | 15.26 | 20.91 | 4.67 | - |
| YUV | 115.89 | 81.22 | 122.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 136 | 33 | 0.21 | 0 | 0.76 | 0.47 | 76.31 | 0.61 | 0.33 |
| Hex | 6C | 88 | 21 | 15 | 0 | 4C | 2F | 4C | 3D | 21 |
| Octal | 154 | 210 | 41 | 25 | 0 | 114 | 57 | 114 | 75 | 41 |
| Binary | 1101100 | 10001000 | 100001 | 10101 | 0 | 1001100 | 101111 | 1001100 | 111101 | 100001 |
Color Harmonies of #6C8821
Complementary color
Monochromatic Colors of #6C8821
Black with #6C8821
Text Example
Text Example
White with #6C8821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8821; }
p { color: rgb(108,136,33); }
H1.HeaderClassName
{
color: #6C8821;
}
.AnyTagClassName
{
color: #6C8821;
}
</style>
background-color css
<style>
a { background-color: #6C8821; }
a { background-color: rgb(108,136,33); }
div.DivClassName
{
background-color: #6C8821;
}
.BgClassName
{
background-color: #6C8821;
}
</style>
border-color css
<style>
span { border-color: #6C8821; }
span { border-color: rgb(108,136,33); }
td.TdClassName
{
border-color: #6C8821;
}
.TagClassName
{
border-color: #6C8821;
}
</style>