Shades of Olive #6E7403
Tints of Olive #6E7403
RGB
CMYK
RGB Variations
Color information
#6E7403 (or 0x6E7403) is known color: Olive. HEX triplet: 6E, 74 and 03. RGB value is (110,116,3). Sum of RGB (Red+Green+Blue) = 110+116+3=229 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.03% from 229); Green value is 116 (45.70% from 255 or 50.66% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7403 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7403 is #918BFC. Grayscale: #656565. Windows color (decimal): -9538557 or 226414. OLE color: 226414.
HSL color Cylindrical-coordinate representation of color #6E7403: hue angle of 63.19º 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 #6E7403 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 3 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.55 |
| HSL | 63.19º | 0.95% | 0.23% | - |
| HSV(B) | 63.19º | 0.97% | 0.45% | - |
| XYZ | 12.69 | 15.81 | 2.47 | - |
| YUV | 101.32 | 72.51 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 3 | 0.05 | 0 | 0.97 | 0.55 | 63.19 | 0.95 | 0.23 |
| Hex | 6E | 74 | 3 | 5 | 0 | 61 | 37 | 3F | 5F | 17 |
| Octal | 156 | 164 | 3 | 5 | 0 | 141 | 67 | 77 | 137 | 27 |
| Binary | 1101110 | 1110100 | 11 | 101 | 0 | 1100001 | 110111 | 111111 | 1011111 | 10111 |
Color Harmonies of #6E7403
Complementary color
Monochromatic Colors of #6E7403
Black with #6E7403
Text Example
Text Example
White with #6E7403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7403; }
p { color: rgb(110,116,3); }
H1.HeaderClassName
{
color: #6E7403;
}
.AnyTagClassName
{
color: #6E7403;
}
</style>
background-color css
<style>
a { background-color: #6E7403; }
a { background-color: rgb(110,116,3); }
div.DivClassName
{
background-color: #6E7403;
}
.BgClassName
{
background-color: #6E7403;
}
</style>
border-color css
<style>
span { border-color: #6E7403; }
span { border-color: rgb(110,116,3); }
td.TdClassName
{
border-color: #6E7403;
}
.TagClassName
{
border-color: #6E7403;
}
</style>