Shades of Olive Drab #689317
Tints of Olive Drab #689317
RGB
CMYK
RGB Variations
Color information
#689317 (or 0x689317) is known color: Olive Drab. HEX triplet: 68, 93 and 17. RGB value is (104,147,23). Sum of RGB (Red+Green+Blue) = 104+147+23=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 147 (57.81% from 255 or 53.65% from 274); Blue value is 23 (9.38% from 255 or 8.39% from 274); Max value from RGB is 147 - color contains mainly: green. Hex color #689317 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689317 is #976CE8. Grayscale: #787878. Windows color (decimal): -9923817 or 1545064. OLE color: 1545064.
HSL color Cylindrical-coordinate representation of color #689317: hue angle of 80.81º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #689317 is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 23 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.42 |
| HSL | 80.81º | 0.73% | 0.33% | - |
| HSV(B) | 80.81º | 0.84% | 0.58% | - |
| XYZ | 16.3 | 23.87 | 4.56 | - |
| YUV | 120.01 | 73.25 | 116.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 23 | 0.29 | 0 | 0.84 | 0.42 | 80.81 | 0.73 | 0.33 |
| Hex | 68 | 93 | 17 | 1D | 0 | 54 | 2A | 51 | 49 | 21 |
| Octal | 150 | 223 | 27 | 35 | 0 | 124 | 52 | 121 | 111 | 41 |
| Binary | 1101000 | 10010011 | 10111 | 11101 | 0 | 1010100 | 101010 | 1010001 | 1001001 | 100001 |
Color Harmonies of #689317
Complementary color
Monochromatic Colors of #689317
Black with #689317
Text Example
Text Example
White with #689317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689317; }
p { color: rgb(104,147,23); }
H1.HeaderClassName
{
color: #689317;
}
.AnyTagClassName
{
color: #689317;
}
</style>
background-color css
<style>
a { background-color: #689317; }
a { background-color: rgb(104,147,23); }
div.DivClassName
{
background-color: #689317;
}
.BgClassName
{
background-color: #689317;
}
</style>
border-color css
<style>
span { border-color: #689317; }
span { border-color: rgb(104,147,23); }
td.TdClassName
{
border-color: #689317;
}
.TagClassName
{
border-color: #689317;
}
</style>