Shades of Olive Drab #689404
Tints of Olive Drab #689404
RGB
CMYK
RGB Variations
Color information
#689404 (or 0x689404) is known color: Olive Drab. HEX triplet: 68, 94 and 04. RGB value is (104,148,4). Sum of RGB (Red+Green+Blue) = 104+148+4=256 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.62% from 256); Green value is 148 (58.20% from 255 or 57.81% from 256); Blue value is 4 (1.95% from 255 or 1.56% from 256); Max value from RGB is 148 - color contains mainly: green. Hex color #689404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689404 is #976BFB. Grayscale: #767676. Windows color (decimal): -9923580 or 300136. OLE color: 300136.
HSL color Cylindrical-coordinate representation of color #689404: hue angle of 78.33º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #689404 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 148 | 4 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.42 |
| HSL | 78.33º | 0.95% | 0.3% | - |
| HSV(B) | 78.33º | 0.97% | 0.58% | - |
| XYZ | 16.32 | 24.13 | 3.91 | - |
| YUV | 118.43 | 63.42 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 148 | 4 | 0.30 | 0 | 0.97 | 0.42 | 78.33 | 0.95 | 0.3 |
| Hex | 68 | 94 | 4 | 1E | 0 | 61 | 2A | 4E | 5F | 1E |
| Octal | 150 | 224 | 4 | 36 | 0 | 141 | 52 | 116 | 137 | 36 |
| Binary | 1101000 | 10010100 | 100 | 11110 | 0 | 1100001 | 101010 | 1001110 | 1011111 | 11110 |
Color Harmonies of #689404
Complementary color
Monochromatic Colors of #689404
Black with #689404
Text Example
Text Example
White with #689404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689404; }
p { color: rgb(104,148,4); }
H1.HeaderClassName
{
color: #689404;
}
.AnyTagClassName
{
color: #689404;
}
</style>
background-color css
<style>
a { background-color: #689404; }
a { background-color: rgb(104,148,4); }
div.DivClassName
{
background-color: #689404;
}
.BgClassName
{
background-color: #689404;
}
</style>
border-color css
<style>
span { border-color: #689404; }
span { border-color: rgb(104,148,4); }
td.TdClassName
{
border-color: #689404;
}
.TagClassName
{
border-color: #689404;
}
</style>