Shades of Olive Drab #699520
Tints of Olive Drab #699520
RGB
CMYK
RGB Variations
Color information
#699520 (or 0x699520) is known color: Olive Drab. HEX triplet: 69, 95 and 20. RGB value is (105,149,32). Sum of RGB (Red+Green+Blue) = 105+149+32=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 149 (58.59% from 255 or 52.10% from 286); Blue value is 32 (12.89% from 255 or 11.19% from 286); Max value from RGB is 149 - color contains mainly: green. Hex color #699520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #699520 is #966ADF. Grayscale: #7A7A7A. Windows color (decimal): -9857760 or 2135401. OLE color: 2135401.
HSL color Cylindrical-coordinate representation of color #699520: hue angle of 82.56º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #699520 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 32 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.42 |
| HSL | 82.56º | 0.65% | 0.35% | - |
| HSV(B) | 82.56º | 0.79% | 0.58% | - |
| XYZ | 16.83 | 24.6 | 5.23 | - |
| YUV | 122.51 | 76.92 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 32 | 0.30 | 0 | 0.79 | 0.42 | 82.56 | 0.65 | 0.35 |
| Hex | 69 | 95 | 20 | 1E | 0 | 4F | 2A | 53 | 41 | 23 |
| Octal | 151 | 225 | 40 | 36 | 0 | 117 | 52 | 123 | 101 | 43 |
| Binary | 1101001 | 10010101 | 100000 | 11110 | 0 | 1001111 | 101010 | 1010011 | 1000001 | 100011 |
Color Harmonies of #699520
Complementary color
Monochromatic Colors of #699520
Black with #699520
Text Example
Text Example
White with #699520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699520; }
p { color: rgb(105,149,32); }
H1.HeaderClassName
{
color: #699520;
}
.AnyTagClassName
{
color: #699520;
}
</style>
background-color css
<style>
a { background-color: #699520; }
a { background-color: rgb(105,149,32); }
div.DivClassName
{
background-color: #699520;
}
.BgClassName
{
background-color: #699520;
}
</style>
border-color css
<style>
span { border-color: #699520; }
span { border-color: rgb(105,149,32); }
td.TdClassName
{
border-color: #699520;
}
.TagClassName
{
border-color: #699520;
}
</style>