Shades of Olive Drab #699519
Tints of Olive Drab #699519
RGB
CMYK
RGB Variations
Color information
#699519 (or 0x699519) is known color: Olive Drab. HEX triplet: 69, 95 and 19. RGB value is (105,149,25). Sum of RGB (Red+Green+Blue) = 105+149+25=279 (36% of max value = 765). Red value is 105 (41.41% from 255 or 37.63% from 279); Green value is 149 (58.59% from 255 or 53.41% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 149 - color contains mainly: green. Hex color #699519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #699519 is #966AE6. Grayscale: #7A7A7A. Windows color (decimal): -9857767 or 1676649. OLE color: 1676649.
HSL color Cylindrical-coordinate representation of color #699519: hue angle of 81.29º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #699519 is Cyan = 0.30, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 105 | 149 | 25 | - |
| CMYK | 0.30 | 0 | 0.83 | 0.42 |
| HSL | 81.29º | 0.71% | 0.34% | - |
| HSV(B) | 81.29º | 0.83% | 0.58% | - |
| XYZ | 16.75 | 24.57 | 4.78 | - |
| YUV | 121.71 | 73.42 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 149 | 25 | 0.30 | 0 | 0.83 | 0.42 | 81.29 | 0.71 | 0.34 |
| Hex | 69 | 95 | 19 | 1E | 0 | 53 | 2A | 51 | 47 | 22 |
| Octal | 151 | 225 | 31 | 36 | 0 | 123 | 52 | 121 | 107 | 42 |
| Binary | 1101001 | 10010101 | 11001 | 11110 | 0 | 1010011 | 101010 | 1010001 | 1000111 | 100010 |
Color Harmonies of #699519
Complementary color
Monochromatic Colors of #699519
Black with #699519
Text Example
Text Example
White with #699519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #699519; }
p { color: rgb(105,149,25); }
H1.HeaderClassName
{
color: #699519;
}
.AnyTagClassName
{
color: #699519;
}
</style>
background-color css
<style>
a { background-color: #699519; }
a { background-color: rgb(105,149,25); }
div.DivClassName
{
background-color: #699519;
}
.BgClassName
{
background-color: #699519;
}
</style>
border-color css
<style>
span { border-color: #699519; }
span { border-color: rgb(105,149,25); }
td.TdClassName
{
border-color: #699519;
}
.TagClassName
{
border-color: #699519;
}
</style>