Shades of Olive Drab #6A860D
Tints of Olive Drab #6A860D
RGB
CMYK
RGB Variations
Color information
#6A860D (or 0x6A860D) is known color: Olive Drab. HEX triplet: 6A, 86 and 0D. RGB value is (106,134,13). Sum of RGB (Red+Green+Blue) = 106+134+13=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 134 (52.73% from 255 or 52.96% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 134 - color contains mainly: green. Hex color #6A860D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6A860D is #9579F2. Grayscale: #707070. Windows color (decimal): -9796083 or 886378. OLE color: 886378.
HSL color Cylindrical-coordinate representation of color #6A860D: hue angle of 73.88º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6A860D is Cyan = 0.21, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 134 | 13 | - |
| CMYK | 0.21 | 0 | 0.90 | 0.47 |
| HSL | 73.88º | 0.82% | 0.29% | - |
| HSV(B) | 73.88º | 0.9% | 0.53% | - |
| XYZ | 14.54 | 20.14 | 3.5 | - |
| YUV | 111.83 | 72.22 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 134 | 13 | 0.21 | 0 | 0.90 | 0.47 | 73.88 | 0.82 | 0.29 |
| Hex | 6A | 86 | D | 15 | 0 | 5A | 2F | 4A | 52 | 1D |
| Octal | 152 | 206 | 15 | 25 | 0 | 132 | 57 | 112 | 122 | 35 |
| Binary | 1101010 | 10000110 | 1101 | 10101 | 0 | 1011010 | 101111 | 1001010 | 1010010 | 11101 |
Color Harmonies of #6A860D
Complementary color
Monochromatic Colors of #6A860D
Black with #6A860D
Text Example
Text Example
White with #6A860D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A860D; }
p { color: rgb(106,134,13); }
H1.HeaderClassName
{
color: #6A860D;
}
.AnyTagClassName
{
color: #6A860D;
}
</style>
background-color css
<style>
a { background-color: #6A860D; }
a { background-color: rgb(106,134,13); }
div.DivClassName
{
background-color: #6A860D;
}
.BgClassName
{
background-color: #6A860D;
}
</style>
border-color css
<style>
span { border-color: #6A860D; }
span { border-color: rgb(106,134,13); }
td.TdClassName
{
border-color: #6A860D;
}
.TagClassName
{
border-color: #6A860D;
}
</style>