Shades of Olive #6F8709
Tints of Olive #6F8709
RGB
CMYK
RGB Variations
Color information
#6F8709 (or 0x6F8709) is known color: Olive. HEX triplet: 6F, 87 and 09. RGB value is (111,135,9). Sum of RGB (Red+Green+Blue) = 111+135+9=255 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.53% from 255); Green value is 135 (53.12% from 255 or 52.94% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 135 - color contains mainly: green. Hex color #6F8709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6F8709 is #9078F6. Grayscale: #717171. Windows color (decimal): -9468151 or 624495. OLE color: 624495.
HSL color Cylindrical-coordinate representation of color #6F8709: hue angle of 71.43º degrees, saturation: 0.88, 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 #6F8709 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 135 | 9 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.47 |
| HSL | 71.43º | 0.88% | 0.28% | - |
| HSV(B) | 71.43º | 0.93% | 0.53% | - |
| XYZ | 15.27 | 20.73 | 3.45 | - |
| YUV | 113.46 | 69.05 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 135 | 9 | 0.18 | 0 | 0.93 | 0.47 | 71.43 | 0.88 | 0.28 |
| Hex | 6F | 87 | 9 | 12 | 0 | 5D | 2F | 47 | 58 | 1C |
| Octal | 157 | 207 | 11 | 22 | 0 | 135 | 57 | 107 | 130 | 34 |
| Binary | 1101111 | 10000111 | 1001 | 10010 | 0 | 1011101 | 101111 | 1000111 | 1011000 | 11100 |
Color Harmonies of #6F8709
Complementary color
Monochromatic Colors of #6F8709
Black with #6F8709
Text Example
Text Example
White with #6F8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8709; }
p { color: rgb(111,135,9); }
H1.HeaderClassName
{
color: #6F8709;
}
.AnyTagClassName
{
color: #6F8709;
}
</style>
background-color css
<style>
a { background-color: #6F8709; }
a { background-color: rgb(111,135,9); }
div.DivClassName
{
background-color: #6F8709;
}
.BgClassName
{
background-color: #6F8709;
}
</style>
border-color css
<style>
span { border-color: #6F8709; }
span { border-color: rgb(111,135,9); }
td.TdClassName
{
border-color: #6F8709;
}
.TagClassName
{
border-color: #6F8709;
}
</style>