Shades of Olive Drab #6F822F
Tints of Olive Drab #6F822F
RGB
CMYK
RGB Variations
Color information
#6F822F (or 0x6F822F) is known color: Olive Drab. HEX triplet: 6F, 82 and 2F. RGB value is (111,130,47). Sum of RGB (Red+Green+Blue) = 111+130+47=288 (38% of max value = 765). Red value is 111 (43.75% from 255 or 38.54% from 288); Green value is 130 (51.17% from 255 or 45.14% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 130 - color contains mainly: green. Hex color #6F822F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F822F is #907DD0. Grayscale: #737373. Windows color (decimal): -9469393 or 3113583. OLE color: 3113583.
HSL color Cylindrical-coordinate representation of color #6F822F: hue angle of 73.73º 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 #6F822F is Cyan = 0.15, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 47 | - |
| CMYK | 0.15 | 0 | 0.64 | 0.49 |
| HSL | 73.73º | 0.47% | 0.35% | - |
| HSV(B) | 73.73º | 0.64% | 0.51% | - |
| XYZ | 15.05 | 19.55 | 5.67 | - |
| YUV | 114.86 | 89.71 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 47 | 0.15 | 0 | 0.64 | 0.49 | 73.73 | 0.47 | 0.35 |
| Hex | 6F | 82 | 2F | F | 0 | 40 | 31 | 4A | 2F | 23 |
| Octal | 157 | 202 | 57 | 17 | 0 | 100 | 61 | 112 | 57 | 43 |
| Binary | 1101111 | 10000010 | 101111 | 1111 | 0 | 1000000 | 110001 | 1001010 | 101111 | 100011 |
Color Harmonies of #6F822F
Complementary color
Monochromatic Colors of #6F822F
Black with #6F822F
Text Example
Text Example
White with #6F822F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F822F; }
p { color: rgb(111,130,47); }
H1.HeaderClassName
{
color: #6F822F;
}
.AnyTagClassName
{
color: #6F822F;
}
</style>
background-color css
<style>
a { background-color: #6F822F; }
a { background-color: rgb(111,130,47); }
div.DivClassName
{
background-color: #6F822F;
}
.BgClassName
{
background-color: #6F822F;
}
</style>
border-color css
<style>
span { border-color: #6F822F; }
span { border-color: rgb(111,130,47); }
td.TdClassName
{
border-color: #6F822F;
}
.TagClassName
{
border-color: #6F822F;
}
</style>