Shades of Olive Drab #6C8521
Tints of Olive Drab #6C8521
RGB
CMYK
RGB Variations
Color information
#6C8521 (or 0x6C8521) is known color: Olive Drab. HEX triplet: 6C, 85 and 21. RGB value is (108,133,33). Sum of RGB (Red+Green+Blue) = 108+133+33=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 33 (13.28% from 255 or 12.04% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #6C8521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6C8521 is #937ADE. Grayscale: #727272. Windows color (decimal): -9665247 or 2196844. OLE color: 2196844.
HSL color Cylindrical-coordinate representation of color #6C8521: hue angle of 75º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6C8521 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 33 | - |
| CMYK | 0.19 | 0 | 0.75 | 0.48 |
| HSL | 75º | 0.6% | 0.33% | - |
| HSV(B) | 75º | 0.75% | 0.52% | - |
| XYZ | 14.85 | 20.07 | 4.53 | - |
| YUV | 114.13 | 82.22 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 33 | 0.19 | 0 | 0.75 | 0.48 | 75 | 0.6 | 0.33 |
| Hex | 6C | 85 | 21 | 13 | 0 | 4B | 30 | 4B | 3C | 21 |
| Octal | 154 | 205 | 41 | 23 | 0 | 113 | 60 | 113 | 74 | 41 |
| Binary | 1101100 | 10000101 | 100001 | 10011 | 0 | 1001011 | 110000 | 1001011 | 111100 | 100001 |
Color Harmonies of #6C8521
Complementary color
Monochromatic Colors of #6C8521
Black with #6C8521
Text Example
Text Example
White with #6C8521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8521; }
p { color: rgb(108,133,33); }
H1.HeaderClassName
{
color: #6C8521;
}
.AnyTagClassName
{
color: #6C8521;
}
</style>
background-color css
<style>
a { background-color: #6C8521; }
a { background-color: rgb(108,133,33); }
div.DivClassName
{
background-color: #6C8521;
}
.BgClassName
{
background-color: #6C8521;
}
</style>
border-color css
<style>
span { border-color: #6C8521; }
span { border-color: rgb(108,133,33); }
td.TdClassName
{
border-color: #6C8521;
}
.TagClassName
{
border-color: #6C8521;
}
</style>