Shades of Olive Drab #6F982B
Tints of Olive Drab #6F982B
RGB
CMYK
RGB Variations
Color information
#6F982B (or 0x6F982B) is known color: Olive Drab. HEX triplet: 6F, 98 and 2B. RGB value is (111,152,43). Sum of RGB (Red+Green+Blue) = 111+152+43=306 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.27% from 306); Green value is 152 (59.77% from 255 or 49.67% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 152 - color contains mainly: green. Hex color #6F982B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F982B is #9067D4. Grayscale: #7F7F7F. Windows color (decimal): -9463765 or 2857071. OLE color: 2857071.
HSL color Cylindrical-coordinate representation of color #6F982B: hue angle of 82.57º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6F982B is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 111 | 152 | 43 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.40 |
| HSL | 82.57º | 0.56% | 0.38% | - |
| HSV(B) | 82.57º | 0.72% | 0.6% | - |
| XYZ | 18.22 | 26.01 | 6.35 | - |
| YUV | 127.32 | 80.42 | 116.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 152 | 43 | 0.27 | 0 | 0.72 | 0.40 | 82.57 | 0.56 | 0.38 |
| Hex | 6F | 98 | 2B | 1B | 0 | 48 | 28 | 53 | 38 | 26 |
| Octal | 157 | 230 | 53 | 33 | 0 | 110 | 50 | 123 | 70 | 46 |
| Binary | 1101111 | 10011000 | 101011 | 11011 | 0 | 1001000 | 101000 | 1010011 | 111000 | 100110 |
Color Harmonies of #6F982B
Complementary color
Monochromatic Colors of #6F982B
Black with #6F982B
Text Example
Text Example
White with #6F982B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F982B; }
p { color: rgb(111,152,43); }
H1.HeaderClassName
{
color: #6F982B;
}
.AnyTagClassName
{
color: #6F982B;
}
</style>
background-color css
<style>
a { background-color: #6F982B; }
a { background-color: rgb(111,152,43); }
div.DivClassName
{
background-color: #6F982B;
}
.BgClassName
{
background-color: #6F982B;
}
</style>
border-color css
<style>
span { border-color: #6F982B; }
span { border-color: rgb(111,152,43); }
td.TdClassName
{
border-color: #6F982B;
}
.TagClassName
{
border-color: #6F982B;
}
</style>