Shades of Olive #688404
Tints of Olive #688404
RGB
CMYK
RGB Variations
Color information
#688404 (or 0x688404) is known color: Olive. HEX triplet: 68, 84 and 04. RGB value is (104,132,4). Sum of RGB (Red+Green+Blue) = 104+132+4=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 132 (51.95% from 255 or 55% from 240); Blue value is 4 (1.95% from 255 or 1.67% from 240); Max value from RGB is 132 - color contains mainly: green. Hex color #688404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688404 is #977BFB. Grayscale: #6D6D6D. Windows color (decimal): -9927676 or 296040. OLE color: 296040.
HSL color Cylindrical-coordinate representation of color #688404: hue angle of 73.12º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #688404 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 4 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.48 |
| HSL | 73.13º | 0.94% | 0.27% | - |
| HSV(B) | 73.13º | 0.97% | 0.52% | - |
| XYZ | 13.98 | 19.45 | 3.13 | - |
| YUV | 109.04 | 68.72 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 4 | 0.21 | 0 | 0.97 | 0.48 | 73.13 | 0.94 | 0.27 |
| Hex | 68 | 84 | 4 | 15 | 0 | 61 | 30 | 49 | 5E | 1B |
| Octal | 150 | 204 | 4 | 25 | 0 | 141 | 60 | 111 | 136 | 33 |
| Binary | 1101000 | 10000100 | 100 | 10101 | 0 | 1100001 | 110000 | 1001001 | 1011110 | 11011 |
Color Harmonies of #688404
Complementary color
Monochromatic Colors of #688404
Black with #688404
Text Example
Text Example
White with #688404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688404; }
p { color: rgb(104,132,4); }
H1.HeaderClassName
{
color: #688404;
}
.AnyTagClassName
{
color: #688404;
}
</style>
background-color css
<style>
a { background-color: #688404; }
a { background-color: rgb(104,132,4); }
div.DivClassName
{
background-color: #688404;
}
.BgClassName
{
background-color: #688404;
}
</style>
border-color css
<style>
span { border-color: #688404; }
span { border-color: rgb(104,132,4); }
td.TdClassName
{
border-color: #688404;
}
.TagClassName
{
border-color: #688404;
}
</style>