Shades of Olive #687A04
Tints of Olive #687A04
RGB
CMYK
RGB Variations
Color information
#687A04 (or 0x687A04) is known color: Olive. HEX triplet: 68, 7A and 04. RGB value is (104,122,4). Sum of RGB (Red+Green+Blue) = 104+122+4=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 122 (48.05% from 255 or 53.04% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 122 - color contains mainly: green. Hex color #687A04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687A04 is #9785FB. Grayscale: #676767. Windows color (decimal): -9930236 or 293480. OLE color: 293480.
HSL color Cylindrical-coordinate representation of color #687A04: hue angle of 69.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #687A04 is Cyan = 0.15, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 104 | 122 | 4 | - |
| CMYK | 0.15 | 0 | 0.97 | 0.52 |
| HSL | 69.15º | 0.94% | 0.25% | - |
| HSV(B) | 69.15º | 0.97% | 0.48% | - |
| XYZ | 12.69 | 16.87 | 2.7 | - |
| YUV | 103.17 | 72.04 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 122 | 4 | 0.15 | 0 | 0.97 | 0.52 | 69.15 | 0.94 | 0.25 |
| Hex | 68 | 7A | 4 | F | 0 | 61 | 34 | 45 | 5E | 19 |
| Octal | 150 | 172 | 4 | 17 | 0 | 141 | 64 | 105 | 136 | 31 |
| Binary | 1101000 | 1111010 | 100 | 1111 | 0 | 1100001 | 110100 | 1000101 | 1011110 | 11001 |
Color Harmonies of #687A04
Complementary color
Monochromatic Colors of #687A04
Black with #687A04
Text Example
Text Example
White with #687A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687A04; }
p { color: rgb(104,122,4); }
H1.HeaderClassName
{
color: #687A04;
}
.AnyTagClassName
{
color: #687A04;
}
</style>
background-color css
<style>
a { background-color: #687A04; }
a { background-color: rgb(104,122,4); }
div.DivClassName
{
background-color: #687A04;
}
.BgClassName
{
background-color: #687A04;
}
</style>
border-color css
<style>
span { border-color: #687A04; }
span { border-color: rgb(104,122,4); }
td.TdClassName
{
border-color: #687A04;
}
.TagClassName
{
border-color: #687A04;
}
</style>