Shades of Olive #6E8602
Tints of Olive #6E8602
RGB
CMYK
RGB Variations
Color information
#6E8602 (or 0x6E8602) is known color: Olive. HEX triplet: 6E, 86 and 02. RGB value is (110,134,2). Sum of RGB (Red+Green+Blue) = 110+134+2=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 134 (52.73% from 255 or 54.47% from 246); Blue value is 2 (1.17% from 255 or 0.81% from 246); Max value from RGB is 134 - color contains mainly: green. Hex color #6E8602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8602 is #9179FD. Grayscale: #707070. Windows color (decimal): -9533950 or 165486. OLE color: 165486.
HSL color Cylindrical-coordinate representation of color #6E8602: hue angle of 70.91º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E8602 is Cyan = 0.18, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 134 | 2 | - |
| CMYK | 0.18 | 0 | 0.99 | 0.47 |
| HSL | 70.91º | 0.97% | 0.27% | - |
| HSV(B) | 70.91º | 0.99% | 0.53% | - |
| XYZ | 14.97 | 20.37 | 3.2 | - |
| YUV | 111.78 | 66.05 | 126.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 134 | 2 | 0.18 | 0 | 0.99 | 0.47 | 70.91 | 0.97 | 0.27 |
| Hex | 6E | 86 | 2 | 12 | 0 | 63 | 2F | 47 | 61 | 1B |
| Octal | 156 | 206 | 2 | 22 | 0 | 143 | 57 | 107 | 141 | 33 |
| Binary | 1101110 | 10000110 | 10 | 10010 | 0 | 1100011 | 101111 | 1000111 | 1100001 | 11011 |
Color Harmonies of #6E8602
Complementary color
Monochromatic Colors of #6E8602
Black with #6E8602
Text Example
Text Example
White with #6E8602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8602; }
p { color: rgb(110,134,2); }
H1.HeaderClassName
{
color: #6E8602;
}
.AnyTagClassName
{
color: #6E8602;
}
</style>
background-color css
<style>
a { background-color: #6E8602; }
a { background-color: rgb(110,134,2); }
div.DivClassName
{
background-color: #6E8602;
}
.BgClassName
{
background-color: #6E8602;
}
</style>
border-color css
<style>
span { border-color: #6E8602; }
span { border-color: rgb(110,134,2); }
td.TdClassName
{
border-color: #6E8602;
}
.TagClassName
{
border-color: #6E8602;
}
</style>