Shades of Olive Drab #689122
Tints of Olive Drab #689122
RGB
CMYK
RGB Variations
Color information
#689122 (or 0x689122) is known color: Olive Drab. HEX triplet: 68, 91 and 22. RGB value is (104,145,34). Sum of RGB (Red+Green+Blue) = 104+145+34=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 145 (57.03% from 255 or 51.24% from 283); Blue value is 34 (13.67% from 255 or 12.01% from 283); Max value from RGB is 145 - color contains mainly: green. Hex color #689122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689122 is #976EDD. Grayscale: #787878. Windows color (decimal): -9924318 or 2265448. OLE color: 2265448.
HSL color Cylindrical-coordinate representation of color #689122: hue angle of 82.16º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #689122 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 34 | - |
| CMYK | 0.28 | 0 | 0.77 | 0.43 |
| HSL | 82.16º | 0.62% | 0.35% | - |
| HSV(B) | 82.16º | 0.77% | 0.57% | - |
| XYZ | 16.12 | 23.31 | 5.16 | - |
| YUV | 120.09 | 79.42 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 34 | 0.28 | 0 | 0.77 | 0.43 | 82.16 | 0.62 | 0.35 |
| Hex | 68 | 91 | 22 | 1C | 0 | 4D | 2B | 52 | 3E | 23 |
| Octal | 150 | 221 | 42 | 34 | 0 | 115 | 53 | 122 | 76 | 43 |
| Binary | 1101000 | 10010001 | 100010 | 11100 | 0 | 1001101 | 101011 | 1010010 | 111110 | 100011 |
Color Harmonies of #689122
Complementary color
Monochromatic Colors of #689122
Black with #689122
Text Example
Text Example
White with #689122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689122; }
p { color: rgb(104,145,34); }
H1.HeaderClassName
{
color: #689122;
}
.AnyTagClassName
{
color: #689122;
}
</style>
background-color css
<style>
a { background-color: #689122; }
a { background-color: rgb(104,145,34); }
div.DivClassName
{
background-color: #689122;
}
.BgClassName
{
background-color: #689122;
}
</style>
border-color css
<style>
span { border-color: #689122; }
span { border-color: rgb(104,145,34); }
td.TdClassName
{
border-color: #689122;
}
.TagClassName
{
border-color: #689122;
}
</style>