Shades of Olive #6F6809
Tints of Olive #6F6809
RGB
CMYK
RGB Variations
Color information
#6F6809 (or 0x6F6809) is known color: Olive. HEX triplet: 6F, 68 and 09. RGB value is (111,104,9). Sum of RGB (Red+Green+Blue) = 111+104+9=224 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.55% from 224); Green value is 104 (41.02% from 255 or 46.43% from 224); Blue value is 9 (3.91% from 255 or 4.02% from 224); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6809 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6809 is #9097F6. Grayscale: #5F5F5F. Windows color (decimal): -9476087 or 616559. OLE color: 616559.
HSL color Cylindrical-coordinate representation of color #6F6809: hue angle of 55.88º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F6809 is Cyan = 0, Magento = 0.06, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 104 | 9 | - |
| CMYK | 0 | 0.06 | 0.92 | 0.56 |
| HSL | 55.88º | 0.85% | 0.24% | - |
| HSV(B) | 55.88º | 0.92% | 0.44% | - |
| XYZ | 11.56 | 13.3 | 2.22 | - |
| YUV | 95.26 | 79.32 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 104 | 9 | 0 | 0.06 | 0.92 | 0.56 | 55.88 | 0.85 | 0.24 |
| Hex | 6F | 68 | 9 | 0 | 6 | 5C | 38 | 38 | 55 | 18 |
| Octal | 157 | 150 | 11 | 0 | 6 | 134 | 70 | 70 | 125 | 30 |
| Binary | 1101111 | 1101000 | 1001 | 0 | 110 | 1011100 | 111000 | 111000 | 1010101 | 11000 |
Color Harmonies of #6F6809
Complementary color
Monochromatic Colors of #6F6809
Black with #6F6809
Text Example
Text Example
White with #6F6809
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6809; }
p { color: rgb(111,104,9); }
H1.HeaderClassName
{
color: #6F6809;
}
.AnyTagClassName
{
color: #6F6809;
}
</style>
background-color css
<style>
a { background-color: #6F6809; }
a { background-color: rgb(111,104,9); }
div.DivClassName
{
background-color: #6F6809;
}
.BgClassName
{
background-color: #6F6809;
}
</style>
border-color css
<style>
span { border-color: #6F6809; }
span { border-color: rgb(111,104,9); }
td.TdClassName
{
border-color: #6F6809;
}
.TagClassName
{
border-color: #6F6809;
}
</style>