Shades of Olive Drab #6E820F
Tints of Olive Drab #6E820F
RGB
CMYK
RGB Variations
Color information
#6E820F (or 0x6E820F) is known color: Olive Drab. HEX triplet: 6E, 82 and 0F. RGB value is (110,130,15). Sum of RGB (Red+Green+Blue) = 110+130+15=255 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.14% from 255); Green value is 130 (51.17% from 255 or 50.98% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 130 - color contains mainly: green. Hex color #6E820F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E820F is #917DF0. Grayscale: #6F6F6F. Windows color (decimal): -9534961 or 1016430. OLE color: 1016430.
HSL color Cylindrical-coordinate representation of color #6E820F: hue angle of 70.43º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6E820F is Cyan = 0.15, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 110 | 130 | 15 | - |
| CMYK | 0.15 | 0 | 0.88 | 0.49 |
| HSL | 70.43º | 0.79% | 0.28% | - |
| HSV(B) | 70.43º | 0.88% | 0.51% | - |
| XYZ | 14.5 | 19.31 | 3.42 | - |
| YUV | 110.91 | 73.87 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 130 | 15 | 0.15 | 0 | 0.88 | 0.49 | 70.43 | 0.79 | 0.28 |
| Hex | 6E | 82 | F | F | 0 | 58 | 31 | 46 | 4F | 1C |
| Octal | 156 | 202 | 17 | 17 | 0 | 130 | 61 | 106 | 117 | 34 |
| Binary | 1101110 | 10000010 | 1111 | 1111 | 0 | 1011000 | 110001 | 1000110 | 1001111 | 11100 |
Color Harmonies of #6E820F
Complementary color
Monochromatic Colors of #6E820F
Black with #6E820F
Text Example
Text Example
White with #6E820F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E820F; }
p { color: rgb(110,130,15); }
H1.HeaderClassName
{
color: #6E820F;
}
.AnyTagClassName
{
color: #6E820F;
}
</style>
background-color css
<style>
a { background-color: #6E820F; }
a { background-color: rgb(110,130,15); }
div.DivClassName
{
background-color: #6E820F;
}
.BgClassName
{
background-color: #6E820F;
}
</style>
border-color css
<style>
span { border-color: #6E820F; }
span { border-color: rgb(110,130,15); }
td.TdClassName
{
border-color: #6E820F;
}
.TagClassName
{
border-color: #6E820F;
}
</style>