Shades of Olive #6D6909
Tints of Olive #6D6909
RGB
CMYK
RGB Variations
Color information
#6D6909 (or 0x6D6909) is known color: Olive. HEX triplet: 6D, 69 and 09. RGB value is (109,105,9). Sum of RGB (Red+Green+Blue) = 109+105+9=223 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.88% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6909 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6909 is #9296F6. Grayscale: #5F5F5F. Windows color (decimal): -9606903 or 616813. OLE color: 616813.
HSL color Cylindrical-coordinate representation of color #6D6909: hue angle of 57.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6D6909 is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 9 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.57 |
| HSL | 57.6º | 0.85% | 0.23% | - |
| HSV(B) | 57.6º | 0.92% | 0.43% | - |
| XYZ | 11.41 | 13.37 | 2.24 | - |
| YUV | 95.25 | 79.33 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 9 | 0 | 0.04 | 0.92 | 0.57 | 57.6 | 0.85 | 0.23 |
| Hex | 6D | 69 | 9 | 0 | 4 | 5C | 39 | 3A | 55 | 17 |
| Octal | 155 | 151 | 11 | 0 | 4 | 134 | 71 | 72 | 125 | 27 |
| Binary | 1101101 | 1101001 | 1001 | 0 | 100 | 1011100 | 111001 | 111010 | 1010101 | 10111 |
Color Harmonies of #6D6909
Complementary color
Monochromatic Colors of #6D6909
Black with #6D6909
Text Example
Text Example
White with #6D6909
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6909; }
p { color: rgb(109,105,9); }
H1.HeaderClassName
{
color: #6D6909;
}
.AnyTagClassName
{
color: #6D6909;
}
</style>
background-color css
<style>
a { background-color: #6D6909; }
a { background-color: rgb(109,105,9); }
div.DivClassName
{
background-color: #6D6909;
}
.BgClassName
{
background-color: #6D6909;
}
</style>
border-color css
<style>
span { border-color: #6D6909; }
span { border-color: rgb(109,105,9); }
td.TdClassName
{
border-color: #6D6909;
}
.TagClassName
{
border-color: #6D6909;
}
</style>