Shades of Olive Drab #69860A
Tints of Olive Drab #69860A
RGB
CMYK
RGB Variations
Color information
#69860A (or 0x69860A) is known color: Olive Drab. HEX triplet: 69, 86 and 0A. RGB value is (105,134,10). Sum of RGB (Red+Green+Blue) = 105+134+10=249 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.17% from 249); Green value is 134 (52.73% from 255 or 53.82% from 249); Blue value is 10 (4.30% from 255 or 4.02% from 249); Max value from RGB is 134 - color contains mainly: green. Hex color #69860A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #69860A is #9679F5. Grayscale: #6F6F6F. Windows color (decimal): -9861622 or 689769. OLE color: 689769.
HSL color Cylindrical-coordinate representation of color #69860A: hue angle of 74.03º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #69860A is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 105 | 134 | 10 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.47 |
| HSL | 74.03º | 0.86% | 0.28% | - |
| HSV(B) | 74.03º | 0.93% | 0.53% | - |
| XYZ | 14.41 | 20.08 | 3.4 | - |
| YUV | 111.19 | 70.89 | 123.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 134 | 10 | 0.22 | 0 | 0.93 | 0.47 | 74.03 | 0.86 | 0.28 |
| Hex | 69 | 86 | A | 16 | 0 | 5D | 2F | 4A | 56 | 1C |
| Octal | 151 | 206 | 12 | 26 | 0 | 135 | 57 | 112 | 126 | 34 |
| Binary | 1101001 | 10000110 | 1010 | 10110 | 0 | 1011101 | 101111 | 1001010 | 1010110 | 11100 |
Color Harmonies of #69860A
Complementary color
Monochromatic Colors of #69860A
Black with #69860A
Text Example
Text Example
White with #69860A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69860A; }
p { color: rgb(105,134,10); }
H1.HeaderClassName
{
color: #69860A;
}
.AnyTagClassName
{
color: #69860A;
}
</style>
background-color css
<style>
a { background-color: #69860A; }
a { background-color: rgb(105,134,10); }
div.DivClassName
{
background-color: #69860A;
}
.BgClassName
{
background-color: #69860A;
}
</style>
border-color css
<style>
span { border-color: #69860A; }
span { border-color: rgb(105,134,10); }
td.TdClassName
{
border-color: #69860A;
}
.TagClassName
{
border-color: #69860A;
}
</style>