Shades of Olive #688403
Tints of Olive #688403
RGB
CMYK
RGB Variations
Color information
#688403 (or 0x688403) is known color: Olive. HEX triplet: 68, 84 and 03. RGB value is (104,132,3). Sum of RGB (Red+Green+Blue) = 104+132+3=239 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.51% from 239); Green value is 132 (51.95% from 255 or 55.23% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 132 - color contains mainly: green. Hex color #688403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #688403 is #977BFC. Grayscale: #6D6D6D. Windows color (decimal): -9927677 or 230504. OLE color: 230504.
HSL color Cylindrical-coordinate representation of color #688403: hue angle of 73.02º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #688403 is Cyan = 0.21, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 104 | 132 | 3 | - |
| CMYK | 0.21 | 0 | 0.98 | 0.48 |
| HSL | 73.02º | 0.96% | 0.26% | - |
| HSV(B) | 73.02º | 0.98% | 0.52% | - |
| XYZ | 13.98 | 19.45 | 3.1 | - |
| YUV | 108.92 | 68.22 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 132 | 3 | 0.21 | 0 | 0.98 | 0.48 | 73.02 | 0.96 | 0.26 |
| Hex | 68 | 84 | 3 | 15 | 0 | 62 | 30 | 49 | 60 | 1A |
| Octal | 150 | 204 | 3 | 25 | 0 | 142 | 60 | 111 | 140 | 32 |
| Binary | 1101000 | 10000100 | 11 | 10101 | 0 | 1100010 | 110000 | 1001001 | 1100000 | 11010 |
Color Harmonies of #688403
Complementary color
Monochromatic Colors of #688403
Black with #688403
Text Example
Text Example
White with #688403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688403; }
p { color: rgb(104,132,3); }
H1.HeaderClassName
{
color: #688403;
}
.AnyTagClassName
{
color: #688403;
}
</style>
background-color css
<style>
a { background-color: #688403; }
a { background-color: rgb(104,132,3); }
div.DivClassName
{
background-color: #688403;
}
.BgClassName
{
background-color: #688403;
}
</style>
border-color css
<style>
span { border-color: #688403; }
span { border-color: rgb(104,132,3); }
td.TdClassName
{
border-color: #688403;
}
.TagClassName
{
border-color: #688403;
}
</style>