Shades of Olive Drab #6E822F
Tints of Olive Drab #6E822F
RGB
CMYK
RGB Variations
Color information
#6E822F (or 0x6E822F) is known color: Olive Drab. HEX triplet: 6E, 82 and 2F. RGB value is (110,130,47). Sum of RGB (Red+Green+Blue) = 110+130+47=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #6E822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E822F is #917DD0. Grayscale: #727272. Windows color (decimal): -9534929 or 3113582. OLE color: 3113582.
HSL color Cylindrical-coordinate representation of color #6E822F: hue angle of 74.46º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E822F is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 47 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.49 |
| HSL | 74.46º | 0.47% | 0.35% | - |
| HSV(B) | 74.46º | 0.64% | 0.51% | - |
| XYZ | 14.93 | 19.49 | 5.66 | - |
| YUV | 114.56 | 89.87 | 124.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 47 | 0.15 | 0 | 0.64 | 0.49 | 74.46 | 0.47 | 0.35 |
| Hex | 6E | 82 | 2F | F | 0 | 40 | 31 | 4A | 2F | 23 |
| Octal | 156 | 202 | 57 | 17 | 0 | 100 | 61 | 112 | 57 | 43 |
| Binary | 1101110 | 10000010 | 101111 | 1111 | 0 | 1000000 | 110001 | 1001010 | 101111 | 100011 |
Color Harmonies of #6E822F
Complementary color
Monochromatic Colors of #6E822F
Black with #6E822F
Text Example
Text Example
White with #6E822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E822F; }
p { color: rgb(110,130,47); }
H1.HeaderClassName
{
color: #6E822F;
}
.AnyTagClassName
{
color: #6E822F;
}
</style>
background-color css
<style>
a { background-color: #6E822F; }
a { background-color: rgb(110,130,47); }
div.DivClassName
{
background-color: #6E822F;
}
.BgClassName
{
background-color: #6E822F;
}
</style>
border-color css
<style>
span { border-color: #6E822F; }
span { border-color: rgb(110,130,47); }
td.TdClassName
{
border-color: #6E822F;
}
.TagClassName
{
border-color: #6E822F;
}
</style>