Shades of Olive #6E8402
Tints of Olive #6E8402
RGB
CMYK
RGB Variations
Color information
#6E8402 (or 0x6E8402) is known color: Olive. HEX triplet: 6E, 84 and 02. RGB value is (110,132,2). Sum of RGB (Red+Green+Blue) = 110+132+2=244 (32% of max value = 765). Red value is 110 (43.36% from 255 or 45.08% from 244); Green value is 132 (51.95% from 255 or 54.10% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8402 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8402 is #917BFD. Grayscale: #6F6F6F. Windows color (decimal): -9534462 or 164974. OLE color: 164974.
HSL color Cylindrical-coordinate representation of color #6E8402: hue angle of 70.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6E8402 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 110 | 132 | 2 | - |
| CMYK | 0.17 | 0 | 0.98 | 0.48 |
| HSL | 70.15º | 0.97% | 0.26% | - |
| HSV(B) | 70.15º | 0.98% | 0.52% | - |
| XYZ | 14.69 | 19.82 | 3.11 | - |
| YUV | 110.6 | 66.71 | 127.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 132 | 2 | 0.17 | 0 | 0.98 | 0.48 | 70.15 | 0.97 | 0.26 |
| Hex | 6E | 84 | 2 | 11 | 0 | 62 | 30 | 46 | 61 | 1A |
| Octal | 156 | 204 | 2 | 21 | 0 | 142 | 60 | 106 | 141 | 32 |
| Binary | 1101110 | 10000100 | 10 | 10001 | 0 | 1100010 | 110000 | 1000110 | 1100001 | 11010 |
Color Harmonies of #6E8402
Complementary color
Monochromatic Colors of #6E8402
Black with #6E8402
Text Example
Text Example
White with #6E8402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8402; }
p { color: rgb(110,132,2); }
H1.HeaderClassName
{
color: #6E8402;
}
.AnyTagClassName
{
color: #6E8402;
}
</style>
background-color css
<style>
a { background-color: #6E8402; }
a { background-color: rgb(110,132,2); }
div.DivClassName
{
background-color: #6E8402;
}
.BgClassName
{
background-color: #6E8402;
}
</style>
border-color css
<style>
span { border-color: #6E8402; }
span { border-color: rgb(110,132,2); }
td.TdClassName
{
border-color: #6E8402;
}
.TagClassName
{
border-color: #6E8402;
}
</style>