Shades of Olive #686903
Tints of Olive #686903
RGB
CMYK
RGB Variations
Color information
#686903 (or 0x686903) is known color: Olive. HEX triplet: 68, 69 and 03. RGB value is (104,105,3). Sum of RGB (Red+Green+Blue) = 104+105+3=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 3 (1.56% from 255 or 1.42% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #686903 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #686903 is #9796FC. Grayscale: #5D5D5D. Windows color (decimal): -9934589 or 223592. OLE color: 223592.
HSL color Cylindrical-coordinate representation of color #686903: hue angle of 60.59º 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 #686903 is Cyan = 0.01, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 3 | - |
| CMYK | 0.01 | 0 | 0.97 | 0.59 |
| HSL | 60.59º | 0.94% | 0.21% | - |
| HSV(B) | 60.59º | 0.97% | 0.41% | - |
| XYZ | 10.78 | 13.05 | 2.04 | - |
| YUV | 93.07 | 77.17 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 3 | 0.01 | 0 | 0.97 | 0.59 | 60.59 | 0.94 | 0.21 |
| Hex | 68 | 69 | 3 | 1 | 0 | 61 | 3B | 3D | 5E | 15 |
| Octal | 150 | 151 | 3 | 1 | 0 | 141 | 73 | 75 | 136 | 25 |
| Binary | 1101000 | 1101001 | 11 | 1 | 0 | 1100001 | 111011 | 111101 | 1011110 | 10101 |
Color Harmonies of #686903
Complementary color
Monochromatic Colors of #686903
Black with #686903
Text Example
Text Example
White with #686903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686903; }
p { color: rgb(104,105,3); }
H1.HeaderClassName
{
color: #686903;
}
.AnyTagClassName
{
color: #686903;
}
</style>
background-color css
<style>
a { background-color: #686903; }
a { background-color: rgb(104,105,3); }
div.DivClassName
{
background-color: #686903;
}
.BgClassName
{
background-color: #686903;
}
</style>
border-color css
<style>
span { border-color: #686903; }
span { border-color: rgb(104,105,3); }
td.TdClassName
{
border-color: #686903;
}
.TagClassName
{
border-color: #686903;
}
</style>