Shades of Olive Drab #6F823B
Tints of Olive Drab #6F823B
RGB
CMYK
RGB Variations
Color information
#6F823B (or 0x6F823B) is known color: Olive Drab. HEX triplet: 6F, 82 and 3B. RGB value is (111,130,59). Sum of RGB (Red+Green+Blue) = 111+130+59=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 130 (51.17% from 255 or 43.33% from 300); Blue value is 59 (23.44% from 255 or 19.67% from 300); Max value from RGB is 130 - color contains mainly: green. Hex color #6F823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F823B is #907DC4. Grayscale: #747474. Windows color (decimal): -9469381 or 3900015. OLE color: 3900015.
HSL color Cylindrical-coordinate representation of color #6F823B: hue angle of 76.06º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6F823B is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 111 | 130 | 59 | - |
| CMYK | 0.15 | 0 | 0.55 | 0.49 |
| HSL | 76.06º | 0.38% | 0.37% | - |
| HSV(B) | 76.06º | 0.55% | 0.51% | - |
| XYZ | 15.33 | 19.66 | 7.12 | - |
| YUV | 116.23 | 95.71 | 124.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 130 | 59 | 0.15 | 0 | 0.55 | 0.49 | 76.06 | 0.38 | 0.37 |
| Hex | 6F | 82 | 3B | F | 0 | 37 | 31 | 4C | 26 | 25 |
| Octal | 157 | 202 | 73 | 17 | 0 | 67 | 61 | 114 | 46 | 45 |
| Binary | 1101111 | 10000010 | 111011 | 1111 | 0 | 110111 | 110001 | 1001100 | 100110 | 100101 |
Color Harmonies of #6F823B
Complementary color
Monochromatic Colors of #6F823B
Black with #6F823B
Text Example
Text Example
White with #6F823B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F823B; }
p { color: rgb(111,130,59); }
H1.HeaderClassName
{
color: #6F823B;
}
.AnyTagClassName
{
color: #6F823B;
}
</style>
background-color css
<style>
a { background-color: #6F823B; }
a { background-color: rgb(111,130,59); }
div.DivClassName
{
background-color: #6F823B;
}
.BgClassName
{
background-color: #6F823B;
}
</style>
border-color css
<style>
span { border-color: #6F823B; }
span { border-color: rgb(111,130,59); }
td.TdClassName
{
border-color: #6F823B;
}
.TagClassName
{
border-color: #6F823B;
}
</style>