Shades of Olive Drab #6C850A
Tints of Olive Drab #6C850A
RGB
CMYK
RGB Variations
Color information
#6C850A (or 0x6C850A) is known color: Olive Drab. HEX triplet: 6C, 85 and 0A. RGB value is (108,133,10). Sum of RGB (Red+Green+Blue) = 108+133+10=251 (33% of max value = 765). Red value is 108 (42.58% from 255 or 43.03% from 251); Green value is 133 (52.34% from 255 or 52.99% from 251); Blue value is 10 (4.30% from 255 or 3.98% from 251); Max value from RGB is 133 - color contains mainly: green. Hex color #6C850A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6C850A is #937AF5. Grayscale: #6F6F6F. Windows color (decimal): -9665270 or 689516. OLE color: 689516.
HSL color Cylindrical-coordinate representation of color #6C850A: hue angle of 72.2º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6C850A is Cyan = 0.19, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 108 | 133 | 10 | - |
| CMYK | 0.19 | 0 | 0.92 | 0.48 |
| HSL | 72.2º | 0.86% | 0.28% | - |
| HSV(B) | 72.2º | 0.92% | 0.52% | - |
| XYZ | 14.63 | 19.99 | 3.37 | - |
| YUV | 111.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 133 | 10 | 0.19 | 0 | 0.92 | 0.48 | 72.2 | 0.86 | 0.28 |
| Hex | 6C | 85 | A | 13 | 0 | 5C | 30 | 48 | 56 | 1C |
| Octal | 154 | 205 | 12 | 23 | 0 | 134 | 60 | 110 | 126 | 34 |
| Binary | 1101100 | 10000101 | 1010 | 10011 | 0 | 1011100 | 110000 | 1001000 | 1010110 | 11100 |
Color Harmonies of #6C850A
Complementary color
Monochromatic Colors of #6C850A
Black with #6C850A
Text Example
Text Example
White with #6C850A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C850A; }
p { color: rgb(108,133,10); }
H1.HeaderClassName
{
color: #6C850A;
}
.AnyTagClassName
{
color: #6C850A;
}
</style>
background-color css
<style>
a { background-color: #6C850A; }
a { background-color: rgb(108,133,10); }
div.DivClassName
{
background-color: #6C850A;
}
.BgClassName
{
background-color: #6C850A;
}
</style>
border-color css
<style>
span { border-color: #6C850A; }
span { border-color: rgb(108,133,10); }
td.TdClassName
{
border-color: #6C850A;
}
.TagClassName
{
border-color: #6C850A;
}
</style>