Shades of Olive Drab #699212
Tints of Olive Drab #699212
RGB
CMYK
RGB Variations
Color information
#699212 (or 0x699212) is known color: Olive Drab. HEX triplet: 69, 92 and 12. RGB value is (105,146,18). Sum of RGB (Red+Green+Blue) = 105+146+18=269 (35% of max value = 765). Red value is 105 (41.41% from 255 or 39.03% from 269); Green value is 146 (57.42% from 255 or 54.28% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 146 - color contains mainly: green. Hex color #699212 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699212 is #966DED. Grayscale: #777777. Windows color (decimal): -9858542 or 1217129. OLE color: 1217129.
HSL color Cylindrical-coordinate representation of color #699212: hue angle of 79.22º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #699212 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 18 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.43 |
| HSL | 79.22º | 0.78% | 0.32% | - |
| HSV(B) | 79.22º | 0.88% | 0.57% | - |
| XYZ | 16.21 | 23.6 | 4.27 | - |
| YUV | 119.15 | 70.92 | 117.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 18 | 0.28 | 0 | 0.88 | 0.43 | 79.22 | 0.78 | 0.32 |
| Hex | 69 | 92 | 12 | 1C | 0 | 58 | 2B | 4F | 4E | 20 |
| Octal | 151 | 222 | 22 | 34 | 0 | 130 | 53 | 117 | 116 | 40 |
| Binary | 1101001 | 10010010 | 10010 | 11100 | 0 | 1011000 | 101011 | 1001111 | 1001110 | 100000 |
Color Harmonies of #699212
Complementary color
Monochromatic Colors of #699212
Black with #699212
Text Example
Text Example
White with #699212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699212; }
p { color: rgb(105,146,18); }
H1.HeaderClassName
{
color: #699212;
}
.AnyTagClassName
{
color: #699212;
}
</style>
background-color css
<style>
a { background-color: #699212; }
a { background-color: rgb(105,146,18); }
div.DivClassName
{
background-color: #699212;
}
.BgClassName
{
background-color: #699212;
}
</style>
border-color css
<style>
span { border-color: #699212; }
span { border-color: rgb(105,146,18); }
td.TdClassName
{
border-color: #699212;
}
.TagClassName
{
border-color: #699212;
}
</style>