Shades of Olive Drab #689112
Tints of Olive Drab #689112
RGB
CMYK
RGB Variations
Color information
#689112 (or 0x689112) is known color: Olive Drab. HEX triplet: 68, 91 and 12. RGB value is (104,145,18). Sum of RGB (Red+Green+Blue) = 104+145+18=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 145 (57.03% from 255 or 54.31% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 145 - color contains mainly: green. Hex color #689112 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689112 is #976EED. Grayscale: #767676. Windows color (decimal): -9924334 or 1216872. OLE color: 1216872.
HSL color Cylindrical-coordinate representation of color #689112: hue angle of 79.37º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #689112 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 145 | 18 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.43 |
| HSL | 79.37º | 0.78% | 0.32% | - |
| HSV(B) | 79.37º | 0.88% | 0.57% | - |
| XYZ | 15.94 | 23.24 | 4.22 | - |
| YUV | 118.26 | 71.42 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 145 | 18 | 0.28 | 0 | 0.88 | 0.43 | 79.37 | 0.78 | 0.32 |
| Hex | 68 | 91 | 12 | 1C | 0 | 58 | 2B | 4F | 4E | 20 |
| Octal | 150 | 221 | 22 | 34 | 0 | 130 | 53 | 117 | 116 | 40 |
| Binary | 1101000 | 10010001 | 10010 | 11100 | 0 | 1011000 | 101011 | 1001111 | 1001110 | 100000 |
Color Harmonies of #689112
Complementary color
Monochromatic Colors of #689112
Black with #689112
Text Example
Text Example
White with #689112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689112; }
p { color: rgb(104,145,18); }
H1.HeaderClassName
{
color: #689112;
}
.AnyTagClassName
{
color: #689112;
}
</style>
background-color css
<style>
a { background-color: #689112; }
a { background-color: rgb(104,145,18); }
div.DivClassName
{
background-color: #689112;
}
.BgClassName
{
background-color: #689112;
}
</style>
border-color css
<style>
span { border-color: #689112; }
span { border-color: rgb(104,145,18); }
td.TdClassName
{
border-color: #689112;
}
.TagClassName
{
border-color: #689112;
}
</style>