Shades of Olive Drab #689310
Tints of Olive Drab #689310
RGB
CMYK
RGB Variations
Color information
#689310 (or 0x689310) is known color: Olive Drab. HEX triplet: 68, 93 and 10. RGB value is (104,147,16). Sum of RGB (Red+Green+Blue) = 104+147+16=267 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.95% from 267); Green value is 147 (57.81% from 255 or 55.06% from 267); Blue value is 16 (6.64% from 255 or 5.99% from 267); Max value from RGB is 147 - color contains mainly: green. Hex color #689310 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689310 is #976CEF. Grayscale: #777777. Windows color (decimal): -9923824 or 1086312. OLE color: 1086312.
HSL color Cylindrical-coordinate representation of color #689310: hue angle of 79.69º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #689310 is Cyan = 0.29, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 16 | - |
| CMYK | 0.29 | 0 | 0.89 | 0.42 |
| HSL | 79.69º | 0.8% | 0.32% | - |
| HSV(B) | 79.69º | 0.89% | 0.58% | - |
| XYZ | 16.24 | 23.85 | 4.24 | - |
| YUV | 119.21 | 69.75 | 117.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 16 | 0.29 | 0 | 0.89 | 0.42 | 79.69 | 0.8 | 0.32 |
| Hex | 68 | 93 | 10 | 1D | 0 | 59 | 2A | 50 | 50 | 20 |
| Octal | 150 | 223 | 20 | 35 | 0 | 131 | 52 | 120 | 120 | 40 |
| Binary | 1101000 | 10010011 | 10000 | 11101 | 0 | 1011001 | 101010 | 1010000 | 1010000 | 100000 |
Color Harmonies of #689310
Complementary color
Monochromatic Colors of #689310
Black with #689310
Text Example
Text Example
White with #689310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689310; }
p { color: rgb(104,147,16); }
H1.HeaderClassName
{
color: #689310;
}
.AnyTagClassName
{
color: #689310;
}
</style>
background-color css
<style>
a { background-color: #689310; }
a { background-color: rgb(104,147,16); }
div.DivClassName
{
background-color: #689310;
}
.BgClassName
{
background-color: #689310;
}
</style>
border-color css
<style>
span { border-color: #689310; }
span { border-color: rgb(104,147,16); }
td.TdClassName
{
border-color: #689310;
}
.TagClassName
{
border-color: #689310;
}
</style>