Shades of Olive Drab #689207
Tints of Olive Drab #689207
RGB
CMYK
RGB Variations
Color information
#689207 (or 0x689207) is known color: Olive Drab. HEX triplet: 68, 92 and 07. RGB value is (104,146,7). Sum of RGB (Red+Green+Blue) = 104+146+7=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 7 (3.12% from 255 or 2.72% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #689207 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689207 is #976DF8. Grayscale: #767676. Windows color (decimal): -9924089 or 496232. OLE color: 496232.
HSL color Cylindrical-coordinate representation of color #689207: hue angle of 78.13º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #689207 is Cyan = 0.29, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 104 | 146 | 7 | - |
| CMYK | 0.29 | 0 | 0.95 | 0.43 |
| HSL | 78.13º | 0.91% | 0.3% | - |
| HSV(B) | 78.13º | 0.95% | 0.57% | - |
| XYZ | 16.03 | 23.52 | 3.9 | - |
| YUV | 117.6 | 65.59 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 7 | 0.29 | 0 | 0.95 | 0.43 | 78.13 | 0.91 | 0.3 |
| Hex | 68 | 92 | 7 | 1D | 0 | 5F | 2B | 4E | 5B | 1E |
| Octal | 150 | 222 | 7 | 35 | 0 | 137 | 53 | 116 | 133 | 36 |
| Binary | 1101000 | 10010010 | 111 | 11101 | 0 | 1011111 | 101011 | 1001110 | 1011011 | 11110 |
Color Harmonies of #689207
Complementary color
Monochromatic Colors of #689207
Black with #689207
Text Example
Text Example
White with #689207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689207; }
p { color: rgb(104,146,7); }
H1.HeaderClassName
{
color: #689207;
}
.AnyTagClassName
{
color: #689207;
}
</style>
background-color css
<style>
a { background-color: #689207; }
a { background-color: rgb(104,146,7); }
div.DivClassName
{
background-color: #689207;
}
.BgClassName
{
background-color: #689207;
}
</style>
border-color css
<style>
span { border-color: #689207; }
span { border-color: rgb(104,146,7); }
td.TdClassName
{
border-color: #689207;
}
.TagClassName
{
border-color: #689207;
}
</style>