Shades of Olive Drab #6E8228
Tints of Olive Drab #6E8228
RGB
CMYK
RGB Variations
Color information
#6E8228 (or 0x6E8228) is known color: Olive Drab. HEX triplet: 6E, 82 and 28. RGB value is (110,130,40). Sum of RGB (Red+Green+Blue) = 110+130+40=280 (37% of max value = 765). Red value is 110 (43.36% from 255 or 39.29% from 280); Green value is 130 (51.17% from 255 or 46.43% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 130 - color contains mainly: green. Hex color #6E8228 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8228 is #917DD7. Grayscale: #727272. Windows color (decimal): -9534936 or 2654830. OLE color: 2654830.
HSL color Cylindrical-coordinate representation of color #6E8228: hue angle of 73.33º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E8228 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 40 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.49 |
| HSL | 73.33º | 0.53% | 0.33% | - |
| HSV(B) | 73.33º | 0.69% | 0.51% | - |
| XYZ | 14.8 | 19.43 | 4.98 | - |
| YUV | 113.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 40 | 0.15 | 0 | 0.69 | 0.49 | 73.33 | 0.53 | 0.33 |
| Hex | 6E | 82 | 28 | F | 0 | 45 | 31 | 49 | 35 | 21 |
| Octal | 156 | 202 | 50 | 17 | 0 | 105 | 61 | 111 | 65 | 41 |
| Binary | 1101110 | 10000010 | 101000 | 1111 | 0 | 1000101 | 110001 | 1001001 | 110101 | 100001 |
Color Harmonies of #6E8228
Complementary color
Monochromatic Colors of #6E8228
Black with #6E8228
Text Example
Text Example
White with #6E8228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8228; }
p { color: rgb(110,130,40); }
H1.HeaderClassName
{
color: #6E8228;
}
.AnyTagClassName
{
color: #6E8228;
}
</style>
background-color css
<style>
a { background-color: #6E8228; }
a { background-color: rgb(110,130,40); }
div.DivClassName
{
background-color: #6E8228;
}
.BgClassName
{
background-color: #6E8228;
}
</style>
border-color css
<style>
span { border-color: #6E8228; }
span { border-color: rgb(110,130,40); }
td.TdClassName
{
border-color: #6E8228;
}
.TagClassName
{
border-color: #6E8228;
}
</style>