Shades of Olive #6E7E02
Tints of Olive #6E7E02
RGB
CMYK
RGB Variations
Color information
#6E7E02 (or 0x6E7E02) is known color: Olive. HEX triplet: 6E, 7E and 02. RGB value is (110,126,2). Sum of RGB (Red+Green+Blue) = 110+126+2=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 126 (49.61% from 255 or 52.94% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 126 - color contains mainly: green. Hex color #6E7E02 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E7E02 is #9181FD. Grayscale: #6B6B6B. Windows color (decimal): -9535998 or 163438. OLE color: 163438.
HSL color Cylindrical-coordinate representation of color #6E7E02: hue angle of 67.74º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E7E02 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 110 | 126 | 2 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.51 |
| HSL | 67.74º | 0.97% | 0.25% | - |
| HSV(B) | 67.74º | 0.98% | 0.49% | - |
| XYZ | 13.9 | 18.24 | 2.85 | - |
| YUV | 107.08 | 68.7 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 126 | 2 | 0.13 | 0 | 0.98 | 0.51 | 67.74 | 0.97 | 0.25 |
| Hex | 6E | 7E | 2 | D | 0 | 62 | 33 | 44 | 61 | 19 |
| Octal | 156 | 176 | 2 | 15 | 0 | 142 | 63 | 104 | 141 | 31 |
| Binary | 1101110 | 1111110 | 10 | 1101 | 0 | 1100010 | 110011 | 1000100 | 1100001 | 11001 |
Color Harmonies of #6E7E02
Complementary color
Monochromatic Colors of #6E7E02
Black with #6E7E02
Text Example
Text Example
White with #6E7E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7E02; }
p { color: rgb(110,126,2); }
H1.HeaderClassName
{
color: #6E7E02;
}
.AnyTagClassName
{
color: #6E7E02;
}
</style>
background-color css
<style>
a { background-color: #6E7E02; }
a { background-color: rgb(110,126,2); }
div.DivClassName
{
background-color: #6E7E02;
}
.BgClassName
{
background-color: #6E7E02;
}
</style>
border-color css
<style>
span { border-color: #6E7E02; }
span { border-color: rgb(110,126,2); }
td.TdClassName
{
border-color: #6E7E02;
}
.TagClassName
{
border-color: #6E7E02;
}
</style>