Shades of Olive #687403
Tints of Olive #687403
RGB
CMYK
RGB Variations
Color information
#687403 (or 0x687403) is known color: Olive. HEX triplet: 68, 74 and 03. RGB value is (104,116,3). Sum of RGB (Red+Green+Blue) = 104+116+3=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 116 (45.70% from 255 or 52.02% from 223); Blue value is 3 (1.56% from 255 or 1.35% from 223); Max value from RGB is 116 - color contains mainly: green. Hex color #687403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #687403 is #978BFC. Grayscale: #636363. Windows color (decimal): -9931773 or 226408. OLE color: 226408.
HSL color Cylindrical-coordinate representation of color #687403: hue angle of 66.37º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #687403 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 104 | 116 | 3 | - |
| CMYK | 0.10 | 0 | 0.97 | 0.55 |
| HSL | 66.37º | 0.95% | 0.23% | - |
| HSV(B) | 66.37º | 0.97% | 0.45% | - |
| XYZ | 11.97 | 15.44 | 2.44 | - |
| YUV | 99.53 | 73.52 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 116 | 3 | 0.10 | 0 | 0.97 | 0.55 | 66.37 | 0.95 | 0.23 |
| Hex | 68 | 74 | 3 | A | 0 | 61 | 37 | 42 | 5F | 17 |
| Octal | 150 | 164 | 3 | 12 | 0 | 141 | 67 | 102 | 137 | 27 |
| Binary | 1101000 | 1110100 | 11 | 1010 | 0 | 1100001 | 110111 | 1000010 | 1011111 | 10111 |
Color Harmonies of #687403
Complementary color
Monochromatic Colors of #687403
Black with #687403
Text Example
Text Example
White with #687403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #687403; }
p { color: rgb(104,116,3); }
H1.HeaderClassName
{
color: #687403;
}
.AnyTagClassName
{
color: #687403;
}
</style>
background-color css
<style>
a { background-color: #687403; }
a { background-color: rgb(104,116,3); }
div.DivClassName
{
background-color: #687403;
}
.BgClassName
{
background-color: #687403;
}
</style>
border-color css
<style>
span { border-color: #687403; }
span { border-color: rgb(104,116,3); }
td.TdClassName
{
border-color: #687403;
}
.TagClassName
{
border-color: #687403;
}
</style>