Shades of Olive #6E9002
Tints of Olive #6E9002
RGB
CMYK
RGB Variations
Color information
#6E9002 (or 0x6E9002) is known color: Olive. HEX triplet: 6E, 90 and 02. RGB value is (110,144,2). Sum of RGB (Red+Green+Blue) = 110+144+2=256 (33% of max value = 765). Red value is 110 (43.36% from 255 or 42.97% from 256); Green value is 144 (56.64% from 255 or 56.25% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 144 - color contains mainly: green. Hex color #6E9002 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E9002 is #916FFD. Grayscale: #767676. Windows color (decimal): -9531390 or 168046. OLE color: 168046.
HSL color Cylindrical-coordinate representation of color #6E9002: hue angle of 74.37º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E9002 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 144 | 2 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.44 |
| HSL | 74.37º | 0.97% | 0.29% | - |
| HSV(B) | 74.37º | 0.99% | 0.56% | - |
| XYZ | 16.41 | 23.27 | 3.68 | - |
| YUV | 117.65 | 62.74 | 122.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 144 | 2 | 0.24 | 0 | 0.99 | 0.44 | 74.37 | 0.97 | 0.29 |
| Hex | 6E | 90 | 2 | 18 | 0 | 63 | 2C | 4A | 61 | 1D |
| Octal | 156 | 220 | 2 | 30 | 0 | 143 | 54 | 112 | 141 | 35 |
| Binary | 1101110 | 10010000 | 10 | 11000 | 0 | 1100011 | 101100 | 1001010 | 1100001 | 11101 |
Color Harmonies of #6E9002
Complementary color
Monochromatic Colors of #6E9002
Black with #6E9002
Text Example
Text Example
White with #6E9002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9002; }
p { color: rgb(110,144,2); }
H1.HeaderClassName
{
color: #6E9002;
}
.AnyTagClassName
{
color: #6E9002;
}
</style>
background-color css
<style>
a { background-color: #6E9002; }
a { background-color: rgb(110,144,2); }
div.DivClassName
{
background-color: #6E9002;
}
.BgClassName
{
background-color: #6E9002;
}
</style>
border-color css
<style>
span { border-color: #6E9002; }
span { border-color: rgb(110,144,2); }
td.TdClassName
{
border-color: #6E9002;
}
.TagClassName
{
border-color: #6E9002;
}
</style>