Shades of Olive Drab #6F8F38
Tints of Olive Drab #6F8F38
RGB
CMYK
RGB Variations
Color information
#6F8F38 (or 0x6F8F38) is known color: Olive Drab. HEX triplet: 6F, 8F and 38. RGB value is (111,143,56). Sum of RGB (Red+Green+Blue) = 111+143+56=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 143 (56.25% from 255 or 46.13% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 143 - color contains mainly: green. Hex color #6F8F38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6F8F38 is #9070C7. Grayscale: #7B7B7B. Windows color (decimal): -9466056 or 3706735. OLE color: 3706735.
HSL color Cylindrical-coordinate representation of color #6F8F38: hue angle of 82.07º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F8F38 is Cyan = 0.22, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 143 | 56 | - |
| CMYK | 0.22 | 0 | 0.61 | 0.44 |
| HSL | 82.07º | 0.44% | 0.39% | - |
| HSV(B) | 82.07º | 0.61% | 0.56% | - |
| XYZ | 17.09 | 23.31 | 7.34 | - |
| YUV | 123.51 | 89.9 | 119.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 143 | 56 | 0.22 | 0 | 0.61 | 0.44 | 82.07 | 0.44 | 0.39 |
| Hex | 6F | 8F | 38 | 16 | 0 | 3D | 2C | 52 | 2C | 27 |
| Octal | 157 | 217 | 70 | 26 | 0 | 75 | 54 | 122 | 54 | 47 |
| Binary | 1101111 | 10001111 | 111000 | 10110 | 0 | 111101 | 101100 | 1010010 | 101100 | 100111 |
Color Harmonies of #6F8F38
Complementary color
Monochromatic Colors of #6F8F38
Black with #6F8F38
Text Example
Text Example
White with #6F8F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8F38; }
p { color: rgb(111,143,56); }
H1.HeaderClassName
{
color: #6F8F38;
}
.AnyTagClassName
{
color: #6F8F38;
}
</style>
background-color css
<style>
a { background-color: #6F8F38; }
a { background-color: rgb(111,143,56); }
div.DivClassName
{
background-color: #6F8F38;
}
.BgClassName
{
background-color: #6F8F38;
}
</style>
border-color css
<style>
span { border-color: #6F8F38; }
span { border-color: rgb(111,143,56); }
td.TdClassName
{
border-color: #6F8F38;
}
.TagClassName
{
border-color: #6F8F38;
}
</style>