Shades of Olive Drab #699223
Tints of Olive Drab #699223
RGB
CMYK
RGB Variations
Color information
#699223 (or 0x699223) is known color: Olive Drab. HEX triplet: 69, 92 and 23. RGB value is (105,146,35). Sum of RGB (Red+Green+Blue) = 105+146+35=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 146 (57.42% from 255 or 51.05% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 146 - color contains mainly: green. Hex color #699223 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699223 is #966DDC. Grayscale: #797979. Windows color (decimal): -9858525 or 2331241. OLE color: 2331241.
HSL color Cylindrical-coordinate representation of color #699223: hue angle of 82.16º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #699223 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 146 | 35 | - |
| CMYK | 0.28 | 0 | 0.76 | 0.43 |
| HSL | 82.16º | 0.61% | 0.35% | - |
| HSV(B) | 82.16º | 0.76% | 0.57% | - |
| XYZ | 16.41 | 23.68 | 5.3 | - |
| YUV | 121.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 146 | 35 | 0.28 | 0 | 0.76 | 0.43 | 82.16 | 0.61 | 0.35 |
| Hex | 69 | 92 | 23 | 1C | 0 | 4C | 2B | 52 | 3D | 23 |
| Octal | 151 | 222 | 43 | 34 | 0 | 114 | 53 | 122 | 75 | 43 |
| Binary | 1101001 | 10010010 | 100011 | 11100 | 0 | 1001100 | 101011 | 1010010 | 111101 | 100011 |
Color Harmonies of #699223
Complementary color
Monochromatic Colors of #699223
Black with #699223
Text Example
Text Example
White with #699223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699223; }
p { color: rgb(105,146,35); }
H1.HeaderClassName
{
color: #699223;
}
.AnyTagClassName
{
color: #699223;
}
</style>
background-color css
<style>
a { background-color: #699223; }
a { background-color: rgb(105,146,35); }
div.DivClassName
{
background-color: #699223;
}
.BgClassName
{
background-color: #699223;
}
</style>
border-color css
<style>
span { border-color: #699223; }
span { border-color: rgb(105,146,35); }
td.TdClassName
{
border-color: #699223;
}
.TagClassName
{
border-color: #699223;
}
</style>