Shades of Olive Drab #6A860C
Tints of Olive Drab #6A860C
RGB
CMYK
RGB Variations
Color information
#6A860C (or 0x6A860C) is known color: Olive Drab. HEX triplet: 6A, 86 and 0C. RGB value is (106,134,12). Sum of RGB (Red+Green+Blue) = 106+134+12=252 (33% of max value = 765). Red value is 106 (41.80% from 255 or 42.06% from 252); Green value is 134 (52.73% from 255 or 53.17% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 134 - color contains mainly: green. Hex color #6A860C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A860C is #9579F3. Grayscale: #707070. Windows color (decimal): -9796084 or 820842. OLE color: 820842.
HSL color Cylindrical-coordinate representation of color #6A860C: hue angle of 73.77º 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 #6A860C is Cyan = 0.21, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 12 | - |
| CMYK | 0.21 | 0 | 0.91 | 0.47 |
| HSL | 73.77º | 0.84% | 0.29% | - |
| HSV(B) | 73.77º | 0.91% | 0.53% | - |
| XYZ | 14.54 | 20.14 | 3.47 | - |
| YUV | 111.72 | 71.72 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 12 | 0.21 | 0 | 0.91 | 0.47 | 73.77 | 0.84 | 0.29 |
| Hex | 6A | 86 | C | 15 | 0 | 5B | 2F | 4A | 54 | 1D |
| Octal | 152 | 206 | 14 | 25 | 0 | 133 | 57 | 112 | 124 | 35 |
| Binary | 1101010 | 10000110 | 1100 | 10101 | 0 | 1011011 | 101111 | 1001010 | 1010100 | 11101 |
Color Harmonies of #6A860C
Complementary color
Monochromatic Colors of #6A860C
Black with #6A860C
Text Example
Text Example
White with #6A860C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A860C; }
p { color: rgb(106,134,12); }
H1.HeaderClassName
{
color: #6A860C;
}
.AnyTagClassName
{
color: #6A860C;
}
</style>
background-color css
<style>
a { background-color: #6A860C; }
a { background-color: rgb(106,134,12); }
div.DivClassName
{
background-color: #6A860C;
}
.BgClassName
{
background-color: #6A860C;
}
</style>
border-color css
<style>
span { border-color: #6A860C; }
span { border-color: rgb(106,134,12); }
td.TdClassName
{
border-color: #6A860C;
}
.TagClassName
{
border-color: #6A860C;
}
</style>