Shades of Olive Drab #689409
Tints of Olive Drab #689409
RGB
CMYK
RGB Variations
Color information
#689409 (or 0x689409) is known color: Olive Drab. HEX triplet: 68, 94 and 09. RGB value is (104,148,9). Sum of RGB (Red+Green+Blue) = 104+148+9=261 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.85% from 261); Green value is 148 (58.20% from 255 or 56.70% from 261); Blue value is 9 (3.91% from 255 or 3.45% from 261); Max value from RGB is 148 - color contains mainly: green. Hex color #689409 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689409 is #976BF6. Grayscale: #777777. Windows color (decimal): -9923575 or 627816. OLE color: 627816.
HSL color Cylindrical-coordinate representation of color #689409: hue angle of 78.99º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #689409 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 9 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.42 |
| HSL | 78.99º | 0.89% | 0.31% | - |
| HSV(B) | 78.99º | 0.94% | 0.58% | - |
| XYZ | 16.35 | 24.14 | 4.06 | - |
| YUV | 119 | 65.92 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 9 | 0.30 | 0 | 0.94 | 0.42 | 78.99 | 0.89 | 0.31 |
| Hex | 68 | 94 | 9 | 1E | 0 | 5E | 2A | 4F | 59 | 1F |
| Octal | 150 | 224 | 11 | 36 | 0 | 136 | 52 | 117 | 131 | 37 |
| Binary | 1101000 | 10010100 | 1001 | 11110 | 0 | 1011110 | 101010 | 1001111 | 1011001 | 11111 |
Color Harmonies of #689409
Complementary color
Monochromatic Colors of #689409
Black with #689409
Text Example
Text Example
White with #689409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689409; }
p { color: rgb(104,148,9); }
H1.HeaderClassName
{
color: #689409;
}
.AnyTagClassName
{
color: #689409;
}
</style>
background-color css
<style>
a { background-color: #689409; }
a { background-color: rgb(104,148,9); }
div.DivClassName
{
background-color: #689409;
}
.BgClassName
{
background-color: #689409;
}
</style>
border-color css
<style>
span { border-color: #689409; }
span { border-color: rgb(104,148,9); }
td.TdClassName
{
border-color: #689409;
}
.TagClassName
{
border-color: #689409;
}
</style>