Shades of Olive Drab #689619
Tints of Olive Drab #689619
RGB
CMYK
RGB Variations
Color information
#689619 (or 0x689619) is known color: Olive Drab. HEX triplet: 68, 96 and 19. RGB value is (104,150,25). Sum of RGB (Red+Green+Blue) = 104+150+25=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 150 (58.98% from 255 or 53.76% from 279); Blue value is 25 (10.16% from 255 or 8.96% from 279); Max value from RGB is 150 - color contains mainly: green. Hex color #689619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689619 is #9769E6. Grayscale: #7A7A7A. Windows color (decimal): -9923047 or 1676904. OLE color: 1676904.
HSL color Cylindrical-coordinate representation of color #689619: hue angle of 82.08º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #689619 is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 104 | 150 | 25 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.41 |
| HSL | 82.08º | 0.71% | 0.34% | - |
| HSV(B) | 82.08º | 0.83% | 0.59% | - |
| XYZ | 16.79 | 24.83 | 4.83 | - |
| YUV | 122 | 73.26 | 115.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 150 | 25 | 0.31 | 0 | 0.83 | 0.41 | 82.08 | 0.71 | 0.34 |
| Hex | 68 | 96 | 19 | 1F | 0 | 53 | 29 | 52 | 47 | 22 |
| Octal | 150 | 226 | 31 | 37 | 0 | 123 | 51 | 122 | 107 | 42 |
| Binary | 1101000 | 10010110 | 11001 | 11111 | 0 | 1010011 | 101001 | 1010010 | 1000111 | 100010 |
Color Harmonies of #689619
Complementary color
Monochromatic Colors of #689619
Black with #689619
Text Example
Text Example
White with #689619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689619; }
p { color: rgb(104,150,25); }
H1.HeaderClassName
{
color: #689619;
}
.AnyTagClassName
{
color: #689619;
}
</style>
background-color css
<style>
a { background-color: #689619; }
a { background-color: rgb(104,150,25); }
div.DivClassName
{
background-color: #689619;
}
.BgClassName
{
background-color: #689619;
}
</style>
border-color css
<style>
span { border-color: #689619; }
span { border-color: rgb(104,150,25); }
td.TdClassName
{
border-color: #689619;
}
.TagClassName
{
border-color: #689619;
}
</style>