Shades of Olive Drab #689016
Tints of Olive Drab #689016
RGB
CMYK
RGB Variations
Color information
#689016 (or 0x689016) is known color: Olive Drab. HEX triplet: 68, 90 and 16. RGB value is (104,144,22). Sum of RGB (Red+Green+Blue) = 104+144+22=270 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.52% from 270); Green value is 144 (56.64% from 255 or 53.33% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 144 - color contains mainly: green. Hex color #689016 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689016 is #976FE9. Grayscale: #767676. Windows color (decimal): -9924586 or 1478760. OLE color: 1478760.
HSL color Cylindrical-coordinate representation of color #689016: hue angle of 79.67º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #689016 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 104 | 144 | 22 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.44 |
| HSL | 79.67º | 0.73% | 0.33% | - |
| HSV(B) | 79.67º | 0.85% | 0.56% | - |
| XYZ | 15.83 | 22.95 | 4.35 | - |
| YUV | 118.13 | 73.75 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 144 | 22 | 0.28 | 0 | 0.85 | 0.44 | 79.67 | 0.73 | 0.33 |
| Hex | 68 | 90 | 16 | 1C | 0 | 55 | 2C | 50 | 49 | 21 |
| Octal | 150 | 220 | 26 | 34 | 0 | 125 | 54 | 120 | 111 | 41 |
| Binary | 1101000 | 10010000 | 10110 | 11100 | 0 | 1010101 | 101100 | 1010000 | 1001001 | 100001 |
Color Harmonies of #689016
Complementary color
Monochromatic Colors of #689016
Black with #689016
Text Example
Text Example
White with #689016
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689016; }
p { color: rgb(104,144,22); }
H1.HeaderClassName
{
color: #689016;
}
.AnyTagClassName
{
color: #689016;
}
</style>
background-color css
<style>
a { background-color: #689016; }
a { background-color: rgb(104,144,22); }
div.DivClassName
{
background-color: #689016;
}
.BgClassName
{
background-color: #689016;
}
</style>
border-color css
<style>
span { border-color: #689016; }
span { border-color: rgb(104,144,22); }
td.TdClassName
{
border-color: #689016;
}
.TagClassName
{
border-color: #689016;
}
</style>