Shades of Olive Drab #6F8F39
Tints of Olive Drab #6F8F39
RGB
CMYK
RGB Variations
Color information
#6F8F39 (or 0x6F8F39) is known color: Olive Drab. HEX triplet: 6F, 8F and 39. RGB value is (111,143,57). Sum of RGB (Red+Green+Blue) = 111+143+57=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 143 (56.25% from 255 or 45.98% from 311); Blue value is 57 (22.66% from 255 or 18.33% from 311); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F39 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8F39 is #9070C6. Grayscale: #7B7B7B. Windows color (decimal): -9466055 or 3772271. OLE color: 3772271.
HSL color Cylindrical-coordinate representation of color #6F8F39: hue angle of 82.33º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6F8F39 is Cyan = 0.22, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 143 | 57 | - |
| CMYK | 0.22 | 0 | 0.60 | 0.44 |
| HSL | 82.33º | 0.43% | 0.39% | - |
| HSV(B) | 82.33º | 0.6% | 0.56% | - |
| XYZ | 17.12 | 23.32 | 7.47 | - |
| YUV | 123.63 | 90.4 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 57 | 0.22 | 0 | 0.60 | 0.44 | 82.33 | 0.43 | 0.39 |
| Hex | 6F | 8F | 39 | 16 | 0 | 3C | 2C | 52 | 2B | 27 |
| Octal | 157 | 217 | 71 | 26 | 0 | 74 | 54 | 122 | 53 | 47 |
| Binary | 1101111 | 10001111 | 111001 | 10110 | 0 | 111100 | 101100 | 1010010 | 101011 | 100111 |
Color Harmonies of #6F8F39
Complementary color
Monochromatic Colors of #6F8F39
Black with #6F8F39
Text Example
Text Example
White with #6F8F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F39; }
p { color: rgb(111,143,57); }
H1.HeaderClassName
{
color: #6F8F39;
}
.AnyTagClassName
{
color: #6F8F39;
}
</style>
background-color css
<style>
a { background-color: #6F8F39; }
a { background-color: rgb(111,143,57); }
div.DivClassName
{
background-color: #6F8F39;
}
.BgClassName
{
background-color: #6F8F39;
}
</style>
border-color css
<style>
span { border-color: #6F8F39; }
span { border-color: rgb(111,143,57); }
td.TdClassName
{
border-color: #6F8F39;
}
.TagClassName
{
border-color: #6F8F39;
}
</style>