Shades of Olive #6E7D00
Tints of Olive #6E7D00
RGB
CMYK
RGB Variations
Color information
#6E7D00 (or 0x6E7D00) is known color: Olive. HEX triplet: 6E, 7D and 00. RGB value is (110,125,0). Sum of RGB (Red+Green+Blue) = 110+125+0=235 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.81% from 235); Green value is 125 (49.22% from 255 or 53.19% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 125 - color contains mainly: green. Hex color #6E7D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7D00 is #9182FF. Grayscale: #6A6A6A. Windows color (decimal): -9536256 or 32110. OLE color: 32110.
HSL color Cylindrical-coordinate representation of color #6E7D00: hue angle of 67.2º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E7D00 is Cyan = 0.12, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 125 | 0 | - |
| CMYK | 0.12 | 0 | 1 | 0.51 |
| HSL | 67.2º | 1% | 0.25% | - |
| HSV(B) | 67.2º | 1% | 0.49% | - |
| XYZ | 13.76 | 17.98 | 2.75 | - |
| YUV | 106.27 | 68.03 | 130.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 125 | 0 | 0.12 | 0 | 1 | 0.51 | 67.2 | 1 | 0.25 |
| Hex | 6E | 7D | 0 | C | 0 | 64 | 33 | 43 | 64 | 19 |
| Octal | 156 | 175 | 0 | 14 | 0 | 144 | 63 | 103 | 144 | 31 |
| Binary | 1101110 | 1111101 | 0 | 1100 | 0 | 1100100 | 110011 | 1000011 | 1100100 | 11001 |
Color Harmonies of #6E7D00
Complementary color
Monochromatic Colors of #6E7D00
Black with #6E7D00
Text Example
Text Example
White with #6E7D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7D00; }
p { color: rgb(110,125,0); }
H1.HeaderClassName
{
color: #6E7D00;
}
.AnyTagClassName
{
color: #6E7D00;
}
</style>
background-color css
<style>
a { background-color: #6E7D00; }
a { background-color: rgb(110,125,0); }
div.DivClassName
{
background-color: #6E7D00;
}
.BgClassName
{
background-color: #6E7D00;
}
</style>
border-color css
<style>
span { border-color: #6E7D00; }
span { border-color: rgb(110,125,0); }
td.TdClassName
{
border-color: #6E7D00;
}
.TagClassName
{
border-color: #6E7D00;
}
</style>