Shades of Olive Drab #6F822E
Tints of Olive Drab #6F822E
RGB
CMYK
RGB Variations
Color information
#6F822E (or 0x6F822E) is known color: Olive Drab. HEX triplet: 6F, 82 and 2E. RGB value is (111,130,46). Sum of RGB (Red+Green+Blue) = 111+130+46=287 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.68% from 287); Green value is 130 (51.17% from 255 or 45.30% from 287); Blue value is 46 (18.36% from 255 or 16.03% from 287); Max value from RGB is 130 - color contains mainly: green. Hex color #6F822E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F822E is #907DD1. Grayscale: #737373. Windows color (decimal): -9469394 or 3048047. OLE color: 3048047.
HSL color Cylindrical-coordinate representation of color #6F822E: hue angle of 73.57º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6F822E is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 46 | - |
| CMYK | 0.15 | 0 | 0.65 | 0.49 |
| HSL | 73.57º | 0.48% | 0.35% | - |
| HSV(B) | 73.57º | 0.65% | 0.51% | - |
| XYZ | 15.03 | 19.54 | 5.56 | - |
| YUV | 114.74 | 89.21 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 46 | 0.15 | 0 | 0.65 | 0.49 | 73.57 | 0.48 | 0.35 |
| Hex | 6F | 82 | 2E | F | 0 | 41 | 31 | 4A | 30 | 23 |
| Octal | 157 | 202 | 56 | 17 | 0 | 101 | 61 | 112 | 60 | 43 |
| Binary | 1101111 | 10000010 | 101110 | 1111 | 0 | 1000001 | 110001 | 1001010 | 110000 | 100011 |
Color Harmonies of #6F822E
Complementary color
Monochromatic Colors of #6F822E
Black with #6F822E
Text Example
Text Example
White with #6F822E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F822E; }
p { color: rgb(111,130,46); }
H1.HeaderClassName
{
color: #6F822E;
}
.AnyTagClassName
{
color: #6F822E;
}
</style>
background-color css
<style>
a { background-color: #6F822E; }
a { background-color: rgb(111,130,46); }
div.DivClassName
{
background-color: #6F822E;
}
.BgClassName
{
background-color: #6F822E;
}
</style>
border-color css
<style>
span { border-color: #6F822E; }
span { border-color: rgb(111,130,46); }
td.TdClassName
{
border-color: #6F822E;
}
.TagClassName
{
border-color: #6F822E;
}
</style>