Shades of Olive #6E7D0D
Tints of Olive #6E7D0D
RGB
CMYK
RGB Variations
Color information
#6E7D0D (or 0x6E7D0D) is known color: Olive. HEX triplet: 6E, 7D and 0D. RGB value is (110,125,13). Sum of RGB (Red+Green+Blue) = 110+125+13=248 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.35% from 248); Green value is 125 (49.22% from 255 or 50.40% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7D0D is #9182F2. Grayscale: #6C6C6C. Windows color (decimal): -9536243 or 884078. OLE color: 884078.
HSL color Cylindrical-coordinate representation of color #6E7D0D: hue angle of 68.04º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6E7D0D is Cyan = 0.12, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 125 | 13 | - |
| CMYK | 0.12 | 0 | 0.90 | 0.51 |
| HSL | 68.04º | 0.81% | 0.27% | - |
| HSV(B) | 68.04º | 0.9% | 0.49% | - |
| XYZ | 13.84 | 18.01 | 3.13 | - |
| YUV | 107.75 | 74.53 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 13 | 0.12 | 0 | 0.90 | 0.51 | 68.04 | 0.81 | 0.27 |
| Hex | 6E | 7D | D | C | 0 | 5A | 33 | 44 | 51 | 1B |
| Octal | 156 | 175 | 15 | 14 | 0 | 132 | 63 | 104 | 121 | 33 |
| Binary | 1101110 | 1111101 | 1101 | 1100 | 0 | 1011010 | 110011 | 1000100 | 1010001 | 11011 |
Color Harmonies of #6E7D0D
Complementary color
Monochromatic Colors of #6E7D0D
Black with #6E7D0D
Text Example
Text Example
White with #6E7D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D0D; }
p { color: rgb(110,125,13); }
H1.HeaderClassName
{
color: #6E7D0D;
}
.AnyTagClassName
{
color: #6E7D0D;
}
</style>
background-color css
<style>
a { background-color: #6E7D0D; }
a { background-color: rgb(110,125,13); }
div.DivClassName
{
background-color: #6E7D0D;
}
.BgClassName
{
background-color: #6E7D0D;
}
</style>
border-color css
<style>
span { border-color: #6E7D0D; }
span { border-color: rgb(110,125,13); }
td.TdClassName
{
border-color: #6E7D0D;
}
.TagClassName
{
border-color: #6E7D0D;
}
</style>