Shades of Olive #6E7303
Tints of Olive #6E7303
RGB
CMYK
RGB Variations
Color information
#6E7303 (or 0x6E7303) is known color: Olive. HEX triplet: 6E, 73 and 03. RGB value is (110,115,3). Sum of RGB (Red+Green+Blue) = 110+115+3=228 (30% of max value = 765). Red value is 110 (43.36% from 255 or 48.25% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #6E7303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7303 is #918CFC. Grayscale: #656565. Windows color (decimal): -9538813 or 226158. OLE color: 226158.
HSL color Cylindrical-coordinate representation of color #6E7303: hue angle of 62.68º 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 #6E7303 is Cyan = 0.04, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 3 | - |
| CMYK | 0.04 | 0 | 0.97 | 0.55 |
| HSL | 62.68º | 0.95% | 0.23% | - |
| HSV(B) | 62.68º | 0.97% | 0.45% | - |
| XYZ | 12.58 | 15.58 | 2.43 | - |
| YUV | 100.74 | 72.84 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 3 | 0.04 | 0 | 0.97 | 0.55 | 62.68 | 0.95 | 0.23 |
| Hex | 6E | 73 | 3 | 4 | 0 | 61 | 37 | 3F | 5F | 17 |
| Octal | 156 | 163 | 3 | 4 | 0 | 141 | 67 | 77 | 137 | 27 |
| Binary | 1101110 | 1110011 | 11 | 100 | 0 | 1100001 | 110111 | 111111 | 1011111 | 10111 |
Color Harmonies of #6E7303
Complementary color
Monochromatic Colors of #6E7303
Black with #6E7303
Text Example
Text Example
White with #6E7303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7303; }
p { color: rgb(110,115,3); }
H1.HeaderClassName
{
color: #6E7303;
}
.AnyTagClassName
{
color: #6E7303;
}
</style>
background-color css
<style>
a { background-color: #6E7303; }
a { background-color: rgb(110,115,3); }
div.DivClassName
{
background-color: #6E7303;
}
.BgClassName
{
background-color: #6E7303;
}
</style>
border-color css
<style>
span { border-color: #6E7303; }
span { border-color: rgb(110,115,3); }
td.TdClassName
{
border-color: #6E7303;
}
.TagClassName
{
border-color: #6E7303;
}
</style>