Shades of Olive Drab #689307
Tints of Olive Drab #689307
RGB
CMYK
RGB Variations
Color information
#689307 (or 0x689307) is known color: Olive Drab. HEX triplet: 68, 93 and 07. RGB value is (104,147,7). Sum of RGB (Red+Green+Blue) = 104+147+7=258 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.31% from 258); Green value is 147 (57.81% from 255 or 56.98% from 258); Blue value is 7 (3.12% from 255 or 2.71% from 258); Max value from RGB is 147 - color contains mainly: green. Hex color #689307 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689307 is #976CF8. Grayscale: #767676. Windows color (decimal): -9923833 or 496488. OLE color: 496488.
HSL color Cylindrical-coordinate representation of color #689307: hue angle of 78.43º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #689307 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 147 | 7 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.42 |
| HSL | 78.43º | 0.91% | 0.3% | - |
| HSV(B) | 78.43º | 0.95% | 0.58% | - |
| XYZ | 16.18 | 23.83 | 3.95 | - |
| YUV | 118.18 | 65.25 | 117.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 147 | 7 | 0.29 | 0 | 0.95 | 0.42 | 78.43 | 0.91 | 0.3 |
| Hex | 68 | 93 | 7 | 1D | 0 | 5F | 2A | 4E | 5B | 1E |
| Octal | 150 | 223 | 7 | 35 | 0 | 137 | 52 | 116 | 133 | 36 |
| Binary | 1101000 | 10010011 | 111 | 11101 | 0 | 1011111 | 101010 | 1001110 | 1011011 | 11110 |
Color Harmonies of #689307
Complementary color
Monochromatic Colors of #689307
Black with #689307
Text Example
Text Example
White with #689307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689307; }
p { color: rgb(104,147,7); }
H1.HeaderClassName
{
color: #689307;
}
.AnyTagClassName
{
color: #689307;
}
</style>
background-color css
<style>
a { background-color: #689307; }
a { background-color: rgb(104,147,7); }
div.DivClassName
{
background-color: #689307;
}
.BgClassName
{
background-color: #689307;
}
</style>
border-color css
<style>
span { border-color: #689307; }
span { border-color: rgb(104,147,7); }
td.TdClassName
{
border-color: #689307;
}
.TagClassName
{
border-color: #689307;
}
</style>