Shades of Olive #6F6E09
Tints of Olive #6F6E09
RGB
CMYK
RGB Variations
Color information
#6F6E09 (or 0x6F6E09) is known color: Olive. HEX triplet: 6F, 6E and 09. RGB value is (111,110,9). Sum of RGB (Red+Green+Blue) = 111+110+9=230 (30% of max value = 765). Red value is 111 (43.75% from 255 or 48.26% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 9 (3.91% from 255 or 3.91% from 230); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6E09 is #9091F6. Grayscale: #636363. Windows color (decimal): -9474551 or 618095. OLE color: 618095.
HSL color Cylindrical-coordinate representation of color #6F6E09: hue angle of 59.41º 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 #6F6E09 is Cyan = 0, Magento = 0.01, Yellow = 0.92 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 9 | - |
| CMYK | 0 | 0.01 | 0.92 | 0.56 |
| HSL | 59.41º | 0.85% | 0.24% | - |
| HSV(B) | 59.41º | 0.92% | 0.44% | - |
| XYZ | 12.18 | 14.55 | 2.43 | - |
| YUV | 98.79 | 77.33 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 9 | 0 | 0.01 | 0.92 | 0.56 | 59.41 | 0.85 | 0.24 |
| Hex | 6F | 6E | 9 | 0 | 1 | 5C | 38 | 3B | 55 | 18 |
| Octal | 157 | 156 | 11 | 0 | 1 | 134 | 70 | 73 | 125 | 30 |
| Binary | 1101111 | 1101110 | 1001 | 0 | 1 | 1011100 | 111000 | 111011 | 1010101 | 11000 |
Color Harmonies of #6F6E09
Complementary color
Monochromatic Colors of #6F6E09
Black with #6F6E09
Text Example
Text Example
White with #6F6E09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E09; }
p { color: rgb(111,110,9); }
H1.HeaderClassName
{
color: #6F6E09;
}
.AnyTagClassName
{
color: #6F6E09;
}
</style>
background-color css
<style>
a { background-color: #6F6E09; }
a { background-color: rgb(111,110,9); }
div.DivClassName
{
background-color: #6F6E09;
}
.BgClassName
{
background-color: #6F6E09;
}
</style>
border-color css
<style>
span { border-color: #6F6E09; }
span { border-color: rgb(111,110,9); }
td.TdClassName
{
border-color: #6F6E09;
}
.TagClassName
{
border-color: #6F6E09;
}
</style>