Shades of Olive #6F870A
Tints of Olive #6F870A
RGB
CMYK
RGB Variations
Color information
#6F870A (or 0x6F870A) is known color: Olive. HEX triplet: 6F, 87 and 0A. RGB value is (111,135,10). Sum of RGB (Red+Green+Blue) = 111+135+10=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 135 (53.12% from 255 or 52.73% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 135 - color contains mainly: green. Hex color #6F870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F870A is #9078F5. Grayscale: #727272. Windows color (decimal): -9468150 or 690031. OLE color: 690031.
HSL color Cylindrical-coordinate representation of color #6F870A: hue angle of 71.52º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6F870A is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 10 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.47 |
| HSL | 71.52º | 0.86% | 0.28% | - |
| HSV(B) | 71.52º | 0.93% | 0.53% | - |
| XYZ | 15.27 | 20.73 | 3.48 | - |
| YUV | 113.57 | 69.55 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 10 | 0.18 | 0 | 0.93 | 0.47 | 71.52 | 0.86 | 0.28 |
| Hex | 6F | 87 | A | 12 | 0 | 5D | 2F | 48 | 56 | 1C |
| Octal | 157 | 207 | 12 | 22 | 0 | 135 | 57 | 110 | 126 | 34 |
| Binary | 1101111 | 10000111 | 1010 | 10010 | 0 | 1011101 | 101111 | 1001000 | 1010110 | 11100 |
Color Harmonies of #6F870A
Complementary color
Monochromatic Colors of #6F870A
Black with #6F870A
Text Example
Text Example
White with #6F870A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F870A; }
p { color: rgb(111,135,10); }
H1.HeaderClassName
{
color: #6F870A;
}
.AnyTagClassName
{
color: #6F870A;
}
</style>
background-color css
<style>
a { background-color: #6F870A; }
a { background-color: rgb(111,135,10); }
div.DivClassName
{
background-color: #6F870A;
}
.BgClassName
{
background-color: #6F870A;
}
</style>
border-color css
<style>
span { border-color: #6F870A; }
span { border-color: rgb(111,135,10); }
td.TdClassName
{
border-color: #6F870A;
}
.TagClassName
{
border-color: #6F870A;
}
</style>