Shades of Olive #6D8709
Tints of Olive #6D8709
RGB
CMYK
RGB Variations
Color information
#6D8709 (or 0x6D8709) is known color: Olive. HEX triplet: 6D, 87 and 09. RGB value is (109,135,9). Sum of RGB (Red+Green+Blue) = 109+135+9=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 135 (53.12% from 255 or 53.36% from 253); Blue value is 9 (3.91% from 255 or 3.56% from 253); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8709 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8709 is #9278F6. Grayscale: #717171. Windows color (decimal): -9599223 or 624493. OLE color: 624493.
HSL color Cylindrical-coordinate representation of color #6D8709: hue angle of 72.38º 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 #6D8709 is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 9 | - |
| CMYK | 0.19 | 0 | 0.93 | 0.47 |
| HSL | 72.38º | 0.88% | 0.28% | - |
| HSV(B) | 72.38º | 0.93% | 0.53% | - |
| XYZ | 15.02 | 20.6 | 3.44 | - |
| YUV | 112.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 9 | 0.19 | 0 | 0.93 | 0.47 | 72.38 | 0.88 | 0.28 |
| Hex | 6D | 87 | 9 | 13 | 0 | 5D | 2F | 48 | 58 | 1C |
| Octal | 155 | 207 | 11 | 23 | 0 | 135 | 57 | 110 | 130 | 34 |
| Binary | 1101101 | 10000111 | 1001 | 10011 | 0 | 1011101 | 101111 | 1001000 | 1011000 | 11100 |
Color Harmonies of #6D8709
Complementary color
Monochromatic Colors of #6D8709
Black with #6D8709
Text Example
Text Example
White with #6D8709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8709; }
p { color: rgb(109,135,9); }
H1.HeaderClassName
{
color: #6D8709;
}
.AnyTagClassName
{
color: #6D8709;
}
</style>
background-color css
<style>
a { background-color: #6D8709; }
a { background-color: rgb(109,135,9); }
div.DivClassName
{
background-color: #6D8709;
}
.BgClassName
{
background-color: #6D8709;
}
</style>
border-color css
<style>
span { border-color: #6D8709; }
span { border-color: rgb(109,135,9); }
td.TdClassName
{
border-color: #6D8709;
}
.TagClassName
{
border-color: #6D8709;
}
</style>