Shades of Olive #6F840D
Tints of Olive #6F840D
RGB
CMYK
RGB Variations
Color information
#6F840D (or 0x6F840D) is known color: Olive. HEX triplet: 6F, 84 and 0D. RGB value is (111,132,13). Sum of RGB (Red+Green+Blue) = 111+132+13=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 132 (51.95% from 255 or 51.56% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 132 - color contains mainly: green. Hex color #6F840D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F840D is #907BF2. Grayscale: #707070. Windows color (decimal): -9468915 or 885871. OLE color: 885871.
HSL color Cylindrical-coordinate representation of color #6F840D: hue angle of 70.59º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F840D is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 111 | 132 | 13 | - |
| CMYK | 0.16 | 0 | 0.90 | 0.48 |
| HSL | 70.59º | 0.82% | 0.28% | - |
| HSV(B) | 70.59º | 0.9% | 0.52% | - |
| XYZ | 14.88 | 19.91 | 3.44 | - |
| YUV | 112.16 | 72.04 | 127.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 132 | 13 | 0.16 | 0 | 0.90 | 0.48 | 70.59 | 0.82 | 0.28 |
| Hex | 6F | 84 | D | 10 | 0 | 5A | 30 | 47 | 52 | 1C |
| Octal | 157 | 204 | 15 | 20 | 0 | 132 | 60 | 107 | 122 | 34 |
| Binary | 1101111 | 10000100 | 1101 | 10000 | 0 | 1011010 | 110000 | 1000111 | 1010010 | 11100 |
Color Harmonies of #6F840D
Complementary color
Monochromatic Colors of #6F840D
Black with #6F840D
Text Example
Text Example
White with #6F840D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F840D; }
p { color: rgb(111,132,13); }
H1.HeaderClassName
{
color: #6F840D;
}
.AnyTagClassName
{
color: #6F840D;
}
</style>
background-color css
<style>
a { background-color: #6F840D; }
a { background-color: rgb(111,132,13); }
div.DivClassName
{
background-color: #6F840D;
}
.BgClassName
{
background-color: #6F840D;
}
</style>
border-color css
<style>
span { border-color: #6F840D; }
span { border-color: rgb(111,132,13); }
td.TdClassName
{
border-color: #6F840D;
}
.TagClassName
{
border-color: #6F840D;
}
</style>