Shades of Olive #686603
Tints of Olive #686603
RGB
CMYK
RGB Variations
Color information
#686603 (or 0x686603) is known color: Olive. HEX triplet: 68, 66 and 03. RGB value is (104,102,3). Sum of RGB (Red+Green+Blue) = 104+102+3=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 102 (40.23% from 255 or 48.80% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #686603 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686603 is #9799FC. Grayscale: #5B5B5B. Windows color (decimal): -9935357 or 222824. OLE color: 222824.
HSL color Cylindrical-coordinate representation of color #686603: hue angle of 58.81º 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 #686603 is Cyan = 0, Magento = 0.02, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 3 | - |
| CMYK | 0 | 0.02 | 0.97 | 0.59 |
| HSL | 58.81º | 0.94% | 0.21% | - |
| HSV(B) | 58.81º | 0.97% | 0.41% | - |
| XYZ | 10.48 | 12.45 | 1.94 | - |
| YUV | 91.31 | 78.16 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 3 | 0 | 0.02 | 0.97 | 0.59 | 58.81 | 0.94 | 0.21 |
| Hex | 68 | 66 | 3 | 0 | 2 | 61 | 3B | 3B | 5E | 15 |
| Octal | 150 | 146 | 3 | 0 | 2 | 141 | 73 | 73 | 136 | 25 |
| Binary | 1101000 | 1100110 | 11 | 0 | 10 | 1100001 | 111011 | 111011 | 1011110 | 10101 |
Color Harmonies of #686603
Complementary color
Monochromatic Colors of #686603
Black with #686603
Text Example
Text Example
White with #686603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686603; }
p { color: rgb(104,102,3); }
H1.HeaderClassName
{
color: #686603;
}
.AnyTagClassName
{
color: #686603;
}
</style>
background-color css
<style>
a { background-color: #686603; }
a { background-color: rgb(104,102,3); }
div.DivClassName
{
background-color: #686603;
}
.BgClassName
{
background-color: #686603;
}
</style>
border-color css
<style>
span { border-color: #686603; }
span { border-color: rgb(104,102,3); }
td.TdClassName
{
border-color: #686603;
}
.TagClassName
{
border-color: #686603;
}
</style>