Shades of Olive #6E6A00
Tints of Olive #6E6A00
RGB
CMYK
RGB Variations
Color information
#6E6A00 (or 0x6E6A00) is known color: Olive. HEX triplet: 6E, 6A and 00. RGB value is (110,106,0). Sum of RGB (Red+Green+Blue) = 110+106+0=216 (28% of max value = 765). Red value is 110 (43.36% from 255 or 50.93% from 216); Green value is 106 (41.80% from 255 or 49.07% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6A00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6A00 is #9195FF. Grayscale: #5F5F5F. Windows color (decimal): -9541120 or 27246. OLE color: 27246.
HSL color Cylindrical-coordinate representation of color #6E6A00: hue angle of 57.82º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6E6A00 is Cyan = 0, Magento = 0.04, Yellow = 1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 106 | 0 | - |
| CMYK | 0 | 0.04 | 1 | 0.57 |
| HSL | 57.82º | 1% | 0.22% | - |
| HSV(B) | 57.82º | 1% | 0.43% | - |
| XYZ | 11.58 | 13.62 | 2.02 | - |
| YUV | 95.11 | 74.33 | 138.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 106 | 0 | 0 | 0.04 | 1 | 0.57 | 57.82 | 1 | 0.22 |
| Hex | 6E | 6A | 0 | 0 | 4 | 64 | 39 | 3A | 64 | 16 |
| Octal | 156 | 152 | 0 | 0 | 4 | 144 | 71 | 72 | 144 | 26 |
| Binary | 1101110 | 1101010 | 0 | 0 | 100 | 1100100 | 111001 | 111010 | 1100100 | 10110 |
Color Harmonies of #6E6A00
Complementary color
Monochromatic Colors of #6E6A00
Black with #6E6A00
Text Example
Text Example
White with #6E6A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6A00; }
p { color: rgb(110,106,0); }
H1.HeaderClassName
{
color: #6E6A00;
}
.AnyTagClassName
{
color: #6E6A00;
}
</style>
background-color css
<style>
a { background-color: #6E6A00; }
a { background-color: rgb(110,106,0); }
div.DivClassName
{
background-color: #6E6A00;
}
.BgClassName
{
background-color: #6E6A00;
}
</style>
border-color css
<style>
span { border-color: #6E6A00; }
span { border-color: rgb(110,106,0); }
td.TdClassName
{
border-color: #6E6A00;
}
.TagClassName
{
border-color: #6E6A00;
}
</style>