Shades of Olive Drab #689116
Tints of Olive Drab #689116
RGB
CMYK
RGB Variations
Color information
#689116 (or 0x689116) is known color: Olive Drab. HEX triplet: 68, 91 and 16. RGB value is (104,145,22). Sum of RGB (Red+Green+Blue) = 104+145+22=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 145 (57.03% from 255 or 53.51% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 145 - color contains mainly: green. Hex color #689116 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689116 is #976EE9. Grayscale: #777777. Windows color (decimal): -9924330 or 1479016. OLE color: 1479016.
HSL color Cylindrical-coordinate representation of color #689116: hue angle of 80º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #689116 is Cyan = 0.28, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 22 | - |
| CMYK | 0.28 | 0 | 0.85 | 0.43 |
| HSL | 80º | 0.74% | 0.33% | - |
| HSV(B) | 80º | 0.85% | 0.57% | - |
| XYZ | 15.98 | 23.25 | 4.4 | - |
| YUV | 118.72 | 73.42 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 22 | 0.28 | 0 | 0.85 | 0.43 | 80 | 0.74 | 0.33 |
| Hex | 68 | 91 | 16 | 1C | 0 | 55 | 2B | 50 | 4A | 21 |
| Octal | 150 | 221 | 26 | 34 | 0 | 125 | 53 | 120 | 112 | 41 |
| Binary | 1101000 | 10010001 | 10110 | 11100 | 0 | 1010101 | 101011 | 1010000 | 1001010 | 100001 |
Color Harmonies of #689116
Complementary color
Monochromatic Colors of #689116
Black with #689116
Text Example
Text Example
White with #689116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689116; }
p { color: rgb(104,145,22); }
H1.HeaderClassName
{
color: #689116;
}
.AnyTagClassName
{
color: #689116;
}
</style>
background-color css
<style>
a { background-color: #689116; }
a { background-color: rgb(104,145,22); }
div.DivClassName
{
background-color: #689116;
}
.BgClassName
{
background-color: #689116;
}
</style>
border-color css
<style>
span { border-color: #689116; }
span { border-color: rgb(104,145,22); }
td.TdClassName
{
border-color: #689116;
}
.TagClassName
{
border-color: #689116;
}
</style>