Shades of Olive #6F850D
Tints of Olive #6F850D
RGB
CMYK
RGB Variations
Color information
#6F850D (or 0x6F850D) is known color: Olive. HEX triplet: 6F, 85 and 0D. RGB value is (111,133,13). Sum of RGB (Red+Green+Blue) = 111+133+13=257 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.19% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 13 (5.47% from 255 or 5.06% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #6F850D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F850D is #907AF2. Grayscale: #717171. Windows color (decimal): -9468659 or 886127. OLE color: 886127.
HSL color Cylindrical-coordinate representation of color #6F850D: hue angle of 71º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F850D is Cyan = 0.17, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 133 | 13 | - |
| CMYK | 0.17 | 0 | 0.90 | 0.48 |
| HSL | 71º | 0.82% | 0.29% | - |
| HSV(B) | 71º | 0.9% | 0.52% | - |
| XYZ | 15.02 | 20.18 | 3.49 | - |
| YUV | 112.74 | 71.71 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 133 | 13 | 0.17 | 0 | 0.90 | 0.48 | 71 | 0.82 | 0.29 |
| Hex | 6F | 85 | D | 11 | 0 | 5A | 30 | 47 | 52 | 1D |
| Octal | 157 | 205 | 15 | 21 | 0 | 132 | 60 | 107 | 122 | 35 |
| Binary | 1101111 | 10000101 | 1101 | 10001 | 0 | 1011010 | 110000 | 1000111 | 1010010 | 11101 |
Color Harmonies of #6F850D
Complementary color
Monochromatic Colors of #6F850D
Black with #6F850D
Text Example
Text Example
White with #6F850D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F850D; }
p { color: rgb(111,133,13); }
H1.HeaderClassName
{
color: #6F850D;
}
.AnyTagClassName
{
color: #6F850D;
}
</style>
background-color css
<style>
a { background-color: #6F850D; }
a { background-color: rgb(111,133,13); }
div.DivClassName
{
background-color: #6F850D;
}
.BgClassName
{
background-color: #6F850D;
}
</style>
border-color css
<style>
span { border-color: #6F850D; }
span { border-color: rgb(111,133,13); }
td.TdClassName
{
border-color: #6F850D;
}
.TagClassName
{
border-color: #6F850D;
}
</style>