Shades of Olive Drab #699205
Tints of Olive Drab #699205
RGB
CMYK
RGB Variations
Color information
#699205 (or 0x699205) is known color: Olive Drab. HEX triplet: 69, 92 and 05. RGB value is (105,146,5). Sum of RGB (Red+Green+Blue) = 105+146+5=256 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.02% from 256); Green value is 146 (57.42% from 255 or 57.03% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 146 - color contains mainly: green. Hex color #699205 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699205 is #966DFA. Grayscale: #767676. Windows color (decimal): -9858555 or 365161. OLE color: 365161.
HSL color Cylindrical-coordinate representation of color #699205: hue angle of 77.45º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #699205 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 5 | - |
| CMYK | 0.28 | 0 | 0.97 | 0.43 |
| HSL | 77.45º | 0.93% | 0.3% | - |
| HSV(B) | 77.45º | 0.97% | 0.57% | - |
| XYZ | 16.13 | 23.57 | 3.84 | - |
| YUV | 117.67 | 64.42 | 118.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 5 | 0.28 | 0 | 0.97 | 0.43 | 77.45 | 0.93 | 0.3 |
| Hex | 69 | 92 | 5 | 1C | 0 | 61 | 2B | 4D | 5D | 1E |
| Octal | 151 | 222 | 5 | 34 | 0 | 141 | 53 | 115 | 135 | 36 |
| Binary | 1101001 | 10010010 | 101 | 11100 | 0 | 1100001 | 101011 | 1001101 | 1011101 | 11110 |
Color Harmonies of #699205
Complementary color
Monochromatic Colors of #699205
Black with #699205
Text Example
Text Example
White with #699205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699205; }
p { color: rgb(105,146,5); }
H1.HeaderClassName
{
color: #699205;
}
.AnyTagClassName
{
color: #699205;
}
</style>
background-color css
<style>
a { background-color: #699205; }
a { background-color: rgb(105,146,5); }
div.DivClassName
{
background-color: #699205;
}
.BgClassName
{
background-color: #699205;
}
</style>
border-color css
<style>
span { border-color: #699205; }
span { border-color: rgb(105,146,5); }
td.TdClassName
{
border-color: #699205;
}
.TagClassName
{
border-color: #699205;
}
</style>