Shades of Olive Drab #689220
Tints of Olive Drab #689220
RGB
CMYK
RGB Variations
Color information
#689220 (or 0x689220) is known color: Olive Drab. HEX triplet: 68, 92 and 20. RGB value is (104,146,32). Sum of RGB (Red+Green+Blue) = 104+146+32=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 146 (57.42% from 255 or 51.77% from 282); Blue value is 32 (12.89% from 255 or 11.35% from 282); Max value from RGB is 146 - color contains mainly: green. Hex color #689220 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #689220 is #976DDF. Grayscale: #787878. Windows color (decimal): -9924064 or 2134632. OLE color: 2134632.
HSL color Cylindrical-coordinate representation of color #689220: hue angle of 82.11º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #689220 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 32 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.43 |
| HSL | 82.11º | 0.64% | 0.35% | - |
| HSV(B) | 82.11º | 0.78% | 0.57% | - |
| XYZ | 16.25 | 23.61 | 5.07 | - |
| YUV | 120.45 | 78.09 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 32 | 0.29 | 0 | 0.78 | 0.43 | 82.11 | 0.64 | 0.35 |
| Hex | 68 | 92 | 20 | 1D | 0 | 4E | 2B | 52 | 40 | 23 |
| Octal | 150 | 222 | 40 | 35 | 0 | 116 | 53 | 122 | 100 | 43 |
| Binary | 1101000 | 10010010 | 100000 | 11101 | 0 | 1001110 | 101011 | 1010010 | 1000000 | 100011 |
Color Harmonies of #689220
Complementary color
Monochromatic Colors of #689220
Black with #689220
Text Example
Text Example
White with #689220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689220; }
p { color: rgb(104,146,32); }
H1.HeaderClassName
{
color: #689220;
}
.AnyTagClassName
{
color: #689220;
}
</style>
background-color css
<style>
a { background-color: #689220; }
a { background-color: rgb(104,146,32); }
div.DivClassName
{
background-color: #689220;
}
.BgClassName
{
background-color: #689220;
}
</style>
border-color css
<style>
span { border-color: #689220; }
span { border-color: rgb(104,146,32); }
td.TdClassName
{
border-color: #689220;
}
.TagClassName
{
border-color: #689220;
}
</style>