Shades of Olive Drab #689504
Tints of Olive Drab #689504
RGB
CMYK
RGB Variations
Color information
#689504 (or 0x689504) is known color: Olive Drab. HEX triplet: 68, 95 and 04. RGB value is (104,149,4). Sum of RGB (Red+Green+Blue) = 104+149+4=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 4 (1.95% from 255 or 1.56% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #689504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #689504 is #976AFB. Grayscale: #777777. Windows color (decimal): -9923324 or 300392. OLE color: 300392.
HSL color Cylindrical-coordinate representation of color #689504: hue angle of 78.62º 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 #689504 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 149 | 4 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.42 |
| HSL | 78.62º | 0.95% | 0.3% | - |
| HSV(B) | 78.62º | 0.97% | 0.58% | - |
| XYZ | 16.48 | 24.45 | 3.97 | - |
| YUV | 119.02 | 63.09 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 149 | 4 | 0.30 | 0 | 0.97 | 0.42 | 78.62 | 0.95 | 0.3 |
| Hex | 68 | 95 | 4 | 1E | 0 | 61 | 2A | 4F | 5F | 1E |
| Octal | 150 | 225 | 4 | 36 | 0 | 141 | 52 | 117 | 137 | 36 |
| Binary | 1101000 | 10010101 | 100 | 11110 | 0 | 1100001 | 101010 | 1001111 | 1011111 | 11110 |
Color Harmonies of #689504
Complementary color
Monochromatic Colors of #689504
Black with #689504
Text Example
Text Example
White with #689504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #689504; }
p { color: rgb(104,149,4); }
H1.HeaderClassName
{
color: #689504;
}
.AnyTagClassName
{
color: #689504;
}
</style>
background-color css
<style>
a { background-color: #689504; }
a { background-color: rgb(104,149,4); }
div.DivClassName
{
background-color: #689504;
}
.BgClassName
{
background-color: #689504;
}
</style>
border-color css
<style>
span { border-color: #689504; }
span { border-color: rgb(104,149,4); }
td.TdClassName
{
border-color: #689504;
}
.TagClassName
{
border-color: #689504;
}
</style>