Shades of Olive #686403
Tints of Olive #686403
RGB
CMYK
RGB Variations
Color information
#686403 (or 0x686403) is known color: Olive. HEX triplet: 68, 64 and 03. RGB value is (104,100,3). Sum of RGB (Red+Green+Blue) = 104+100+3=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 100 (39.45% from 255 or 48.31% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #686403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686403 is #979BFC. Grayscale: #5A5A5A. Windows color (decimal): -9935869 or 222312. OLE color: 222312.
HSL color Cylindrical-coordinate representation of color #686403: hue angle of 57.62º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #686403 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 100 | 3 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.59 |
| HSL | 57.62º | 0.94% | 0.21% | - |
| HSV(B) | 57.62º | 0.97% | 0.41% | - |
| XYZ | 10.28 | 12.06 | 1.87 | - |
| YUV | 90.14 | 78.83 | 137.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 100 | 3 | 0 | 0.04 | 0.97 | 0.59 | 57.62 | 0.94 | 0.21 |
| Hex | 68 | 64 | 3 | 0 | 4 | 61 | 3B | 3A | 5E | 15 |
| Octal | 150 | 144 | 3 | 0 | 4 | 141 | 73 | 72 | 136 | 25 |
| Binary | 1101000 | 1100100 | 11 | 0 | 100 | 1100001 | 111011 | 111010 | 1011110 | 10101 |
Color Harmonies of #686403
Complementary color
Monochromatic Colors of #686403
Black with #686403
Text Example
Text Example
White with #686403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686403; }
p { color: rgb(104,100,3); }
H1.HeaderClassName
{
color: #686403;
}
.AnyTagClassName
{
color: #686403;
}
</style>
background-color css
<style>
a { background-color: #686403; }
a { background-color: rgb(104,100,3); }
div.DivClassName
{
background-color: #686403;
}
.BgClassName
{
background-color: #686403;
}
</style>
border-color css
<style>
span { border-color: #686403; }
span { border-color: rgb(104,100,3); }
td.TdClassName
{
border-color: #686403;
}
.TagClassName
{
border-color: #686403;
}
</style>