Shades of Olive #6E730A
Tints of Olive #6E730A
RGB
CMYK
RGB Variations
Color information
#6E730A (or 0x6E730A) is known color: Olive. HEX triplet: 6E, 73 and 0A. RGB value is (110,115,10). Sum of RGB (Red+Green+Blue) = 110+115+10=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 115 (45.31% from 255 or 48.94% from 235); Blue value is 10 (4.30% from 255 or 4.26% from 235); Max value from RGB is 115 - color contains mainly: green. Hex color #6E730A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E730A is #918CF5. Grayscale: #656565. Windows color (decimal): -9538806 or 684910. OLE color: 684910.
HSL color Cylindrical-coordinate representation of color #6E730A: hue angle of 62.86º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6E730A is Cyan = 0.04, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 115 | 10 | - |
| CMYK | 0.04 | 0 | 0.91 | 0.55 |
| HSL | 62.86º | 0.84% | 0.25% | - |
| HSV(B) | 62.86º | 0.91% | 0.45% | - |
| XYZ | 12.62 | 15.6 | 2.63 | - |
| YUV | 101.54 | 76.34 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 115 | 10 | 0.04 | 0 | 0.91 | 0.55 | 62.86 | 0.84 | 0.25 |
| Hex | 6E | 73 | A | 4 | 0 | 5B | 37 | 3F | 54 | 19 |
| Octal | 156 | 163 | 12 | 4 | 0 | 133 | 67 | 77 | 124 | 31 |
| Binary | 1101110 | 1110011 | 1010 | 100 | 0 | 1011011 | 110111 | 111111 | 1010100 | 11001 |
Color Harmonies of #6E730A
Complementary color
Monochromatic Colors of #6E730A
Black with #6E730A
Text Example
Text Example
White with #6E730A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E730A; }
p { color: rgb(110,115,10); }
H1.HeaderClassName
{
color: #6E730A;
}
.AnyTagClassName
{
color: #6E730A;
}
</style>
background-color css
<style>
a { background-color: #6E730A; }
a { background-color: rgb(110,115,10); }
div.DivClassName
{
background-color: #6E730A;
}
.BgClassName
{
background-color: #6E730A;
}
</style>
border-color css
<style>
span { border-color: #6E730A; }
span { border-color: rgb(110,115,10); }
td.TdClassName
{
border-color: #6E730A;
}
.TagClassName
{
border-color: #6E730A;
}
</style>