Shades of Olive Drab #6D870C
Tints of Olive Drab #6D870C
RGB
CMYK
RGB Variations
Color information
#6D870C (or 0x6D870C) is known color: Olive Drab. HEX triplet: 6D, 87 and 0C. RGB value is (109,135,12). Sum of RGB (Red+Green+Blue) = 109+135+12=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 12 (5.08% from 255 or 4.69% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #6D870C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D870C is #9278F3. Grayscale: #717171. Windows color (decimal): -9599220 or 821101. OLE color: 821101.
HSL color Cylindrical-coordinate representation of color #6D870C: hue angle of 72.68º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D870C is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 12 | - |
| CMYK | 0.19 | 0 | 0.91 | 0.47 |
| HSL | 72.68º | 0.84% | 0.29% | - |
| HSV(B) | 72.68º | 0.91% | 0.53% | - |
| XYZ | 15.04 | 20.61 | 3.53 | - |
| YUV | 113.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 12 | 0.19 | 0 | 0.91 | 0.47 | 72.68 | 0.84 | 0.29 |
| Hex | 6D | 87 | C | 13 | 0 | 5B | 2F | 49 | 54 | 1D |
| Octal | 155 | 207 | 14 | 23 | 0 | 133 | 57 | 111 | 124 | 35 |
| Binary | 1101101 | 10000111 | 1100 | 10011 | 0 | 1011011 | 101111 | 1001001 | 1010100 | 11101 |
Color Harmonies of #6D870C
Complementary color
Monochromatic Colors of #6D870C
Black with #6D870C
Text Example
Text Example
White with #6D870C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D870C; }
p { color: rgb(109,135,12); }
H1.HeaderClassName
{
color: #6D870C;
}
.AnyTagClassName
{
color: #6D870C;
}
</style>
background-color css
<style>
a { background-color: #6D870C; }
a { background-color: rgb(109,135,12); }
div.DivClassName
{
background-color: #6D870C;
}
.BgClassName
{
background-color: #6D870C;
}
</style>
border-color css
<style>
span { border-color: #6D870C; }
span { border-color: rgb(109,135,12); }
td.TdClassName
{
border-color: #6D870C;
}
.TagClassName
{
border-color: #6D870C;
}
</style>