Shades of Olive Drab #689719
Tints of Olive Drab #689719
RGB
CMYK
RGB Variations
Color information
#689719 (or 0x689719) is known color: Olive Drab. HEX triplet: 68, 97 and 19. RGB value is (104,151,25). Sum of RGB (Red+Green+Blue) = 104+151+25=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 151 (59.38% from 255 or 53.93% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 151 - color contains mainly: green. Hex color #689719 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689719 is #9768E6. Grayscale: #7B7B7B. Windows color (decimal): -9922791 or 1677160. OLE color: 1677160.
HSL color Cylindrical-coordinate representation of color #689719: hue angle of 82.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #689719 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 151 | 25 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.41 |
| HSL | 82.38º | 0.72% | 0.35% | - |
| HSV(B) | 82.38º | 0.83% | 0.59% | - |
| XYZ | 16.95 | 25.15 | 4.88 | - |
| YUV | 122.58 | 72.93 | 114.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 151 | 25 | 0.31 | 0 | 0.83 | 0.41 | 82.38 | 0.72 | 0.35 |
| Hex | 68 | 97 | 19 | 1F | 0 | 53 | 29 | 52 | 48 | 23 |
| Octal | 150 | 227 | 31 | 37 | 0 | 123 | 51 | 122 | 110 | 43 |
| Binary | 1101000 | 10010111 | 11001 | 11111 | 0 | 1010011 | 101001 | 1010010 | 1001000 | 100011 |
Color Harmonies of #689719
Complementary color
Monochromatic Colors of #689719
Black with #689719
Text Example
Text Example
White with #689719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689719; }
p { color: rgb(104,151,25); }
H1.HeaderClassName
{
color: #689719;
}
.AnyTagClassName
{
color: #689719;
}
</style>
background-color css
<style>
a { background-color: #689719; }
a { background-color: rgb(104,151,25); }
div.DivClassName
{
background-color: #689719;
}
.BgClassName
{
background-color: #689719;
}
</style>
border-color css
<style>
span { border-color: #689719; }
span { border-color: rgb(104,151,25); }
td.TdClassName
{
border-color: #689719;
}
.TagClassName
{
border-color: #689719;
}
</style>