Shades of Olive Drab #689400
Tints of Olive Drab #689400
RGB
CMYK
RGB Variations
Color information
#689400 (or 0x689400) is known color: Olive Drab. HEX triplet: 68, 94 and 00. RGB value is (104,148,0). Sum of RGB (Red+Green+Blue) = 104+148+0=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 148 (58.20% from 255 or 58.73% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 148 - color contains mainly: green. Hex color #689400 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689400 is #976BFF. Grayscale: #767676. Windows color (decimal): -9923584 or 37992. OLE color: 37992.
HSL color Cylindrical-coordinate representation of color #689400: hue angle of 77.84º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #689400 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.42 |
| HSL | 77.84º | 1% | 0.29% | - |
| HSV(B) | 77.84º | 1% | 0.58% | - |
| XYZ | 16.3 | 24.12 | 3.8 | - |
| YUV | 117.97 | 61.42 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 0 | 0.30 | 0 | 1 | 0.42 | 77.84 | 1 | 0.29 |
| Hex | 68 | 94 | 0 | 1E | 0 | 64 | 2A | 4E | 64 | 1D |
| Octal | 150 | 224 | 0 | 36 | 0 | 144 | 52 | 116 | 144 | 35 |
| Binary | 1101000 | 10010100 | 0 | 11110 | 0 | 1100100 | 101010 | 1001110 | 1100100 | 11101 |
Color Harmonies of #689400
Complementary color
Monochromatic Colors of #689400
Black with #689400
Text Example
Text Example
White with #689400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689400; }
p { color: rgb(104,148,0); }
H1.HeaderClassName
{
color: #689400;
}
.AnyTagClassName
{
color: #689400;
}
</style>
background-color css
<style>
a { background-color: #689400; }
a { background-color: rgb(104,148,0); }
div.DivClassName
{
background-color: #689400;
}
.BgClassName
{
background-color: #689400;
}
</style>
border-color css
<style>
span { border-color: #689400; }
span { border-color: rgb(104,148,0); }
td.TdClassName
{
border-color: #689400;
}
.TagClassName
{
border-color: #689400;
}
</style>