Shades of Olive Drab #699117
Tints of Olive Drab #699117
RGB
CMYK
RGB Variations
Color information
#699117 (or 0x699117) is known color: Olive Drab. HEX triplet: 69, 91 and 17. RGB value is (105,145,23). Sum of RGB (Red+Green+Blue) = 105+145+23=273 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.46% from 273); Green value is 145 (57.03% from 255 or 53.11% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 145 - color contains mainly: green. Hex color #699117 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699117 is #966EE8. Grayscale: #777777. Windows color (decimal): -9858793 or 1544553. OLE color: 1544553.
HSL color Cylindrical-coordinate representation of color #699117: hue angle of 79.67º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #699117 is Cyan = 0.28, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 105 | 145 | 23 | - |
| CMYK | 0.28 | 0 | 0.84 | 0.43 |
| HSL | 79.67º | 0.73% | 0.33% | - |
| HSV(B) | 79.67º | 0.84% | 0.57% | - |
| XYZ | 16.11 | 23.32 | 4.46 | - |
| YUV | 119.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 145 | 23 | 0.28 | 0 | 0.84 | 0.43 | 79.67 | 0.73 | 0.33 |
| Hex | 69 | 91 | 17 | 1C | 0 | 54 | 2B | 50 | 49 | 21 |
| Octal | 151 | 221 | 27 | 34 | 0 | 124 | 53 | 120 | 111 | 41 |
| Binary | 1101001 | 10010001 | 10111 | 11100 | 0 | 1010100 | 101011 | 1010000 | 1001001 | 100001 |
Color Harmonies of #699117
Complementary color
Monochromatic Colors of #699117
Black with #699117
Text Example
Text Example
White with #699117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699117; }
p { color: rgb(105,145,23); }
H1.HeaderClassName
{
color: #699117;
}
.AnyTagClassName
{
color: #699117;
}
</style>
background-color css
<style>
a { background-color: #699117; }
a { background-color: rgb(105,145,23); }
div.DivClassName
{
background-color: #699117;
}
.BgClassName
{
background-color: #699117;
}
</style>
border-color css
<style>
span { border-color: #699117; }
span { border-color: rgb(105,145,23); }
td.TdClassName
{
border-color: #699117;
}
.TagClassName
{
border-color: #699117;
}
</style>