Shades of Olive #6F8708
Tints of Olive #6F8708
RGB
CMYK
RGB Variations
Color information
#6F8708 (or 0x6F8708) is known color: Olive. HEX triplet: 6F, 87 and 08. RGB value is (111,135,8). Sum of RGB (Red+Green+Blue) = 111+135+8=254 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.70% from 254); Green value is 135 (53.12% from 255 or 53.15% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8708 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8708 is #9078F7. Grayscale: #717171. Windows color (decimal): -9468152 or 558959. OLE color: 558959.
HSL color Cylindrical-coordinate representation of color #6F8708: hue angle of 71.34º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6F8708 is Cyan = 0.18, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 8 | - |
| CMYK | 0.18 | 0 | 0.94 | 0.47 |
| HSL | 71.34º | 0.89% | 0.28% | - |
| HSV(B) | 71.34º | 0.94% | 0.53% | - |
| XYZ | 15.26 | 20.72 | 3.43 | - |
| YUV | 113.35 | 68.55 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 8 | 0.18 | 0 | 0.94 | 0.47 | 71.34 | 0.89 | 0.28 |
| Hex | 6F | 87 | 8 | 12 | 0 | 5E | 2F | 47 | 59 | 1C |
| Octal | 157 | 207 | 10 | 22 | 0 | 136 | 57 | 107 | 131 | 34 |
| Binary | 1101111 | 10000111 | 1000 | 10010 | 0 | 1011110 | 101111 | 1000111 | 1011001 | 11100 |
Color Harmonies of #6F8708
Complementary color
Monochromatic Colors of #6F8708
Black with #6F8708
Text Example
Text Example
White with #6F8708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8708; }
p { color: rgb(111,135,8); }
H1.HeaderClassName
{
color: #6F8708;
}
.AnyTagClassName
{
color: #6F8708;
}
</style>
background-color css
<style>
a { background-color: #6F8708; }
a { background-color: rgb(111,135,8); }
div.DivClassName
{
background-color: #6F8708;
}
.BgClassName
{
background-color: #6F8708;
}
</style>
border-color css
<style>
span { border-color: #6F8708; }
span { border-color: rgb(111,135,8); }
td.TdClassName
{
border-color: #6F8708;
}
.TagClassName
{
border-color: #6F8708;
}
</style>