Shades of Olive Drab #689919
Tints of Olive Drab #689919
RGB
CMYK
RGB Variations
Color information
#689919 (or 0x689919) is known color: Olive Drab. HEX triplet: 68, 99 and 19. RGB value is (104,153,25). Sum of RGB (Red+Green+Blue) = 104+153+25=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 153 (60.16% from 255 or 54.26% from 282); Blue value is 25 (10.16% from 255 or 8.87% from 282); Max value from RGB is 153 - color contains mainly: green. Hex color #689919 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689919 is #9766E6. Grayscale: #7C7C7C. Windows color (decimal): -9922279 or 1677672. OLE color: 1677672.
HSL color Cylindrical-coordinate representation of color #689919: hue angle of 82.97º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #689919 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 104 | 153 | 25 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.4 |
| HSL | 82.97º | 0.72% | 0.35% | - |
| HSV(B) | 82.97º | 0.84% | 0.6% | - |
| XYZ | 17.28 | 25.8 | 4.99 | - |
| YUV | 123.76 | 72.27 | 113.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 153 | 25 | 0.32 | 0 | 0.84 | 0.4 | 82.97 | 0.72 | 0.35 |
| Hex | 68 | 99 | 19 | 20 | 0 | 54 | 28 | 53 | 48 | 23 |
| Octal | 150 | 231 | 31 | 40 | 0 | 124 | 50 | 123 | 110 | 43 |
| Binary | 1101000 | 10011001 | 11001 | 100000 | 0 | 1010100 | 101000 | 1010011 | 1001000 | 100011 |
Color Harmonies of #689919
Complementary color
Monochromatic Colors of #689919
Black with #689919
Text Example
Text Example
White with #689919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689919; }
p { color: rgb(104,153,25); }
H1.HeaderClassName
{
color: #689919;
}
.AnyTagClassName
{
color: #689919;
}
</style>
background-color css
<style>
a { background-color: #689919; }
a { background-color: rgb(104,153,25); }
div.DivClassName
{
background-color: #689919;
}
.BgClassName
{
background-color: #689919;
}
</style>
border-color css
<style>
span { border-color: #689919; }
span { border-color: rgb(104,153,25); }
td.TdClassName
{
border-color: #689919;
}
.TagClassName
{
border-color: #689919;
}
</style>