Shades of Olive #6F6F04
Tints of Olive #6F6F04
RGB
CMYK
RGB Variations
Color information
#6F6F04 (or 0x6F6F04) is known color: Olive. HEX triplet: 6F, 6F and 04. RGB value is (111,111,4). Sum of RGB (Red+Green+Blue) = 111+111+4=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 111 - color contains mainly: red, green. Hex color #6F6F04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6F04 is #9090FB. Grayscale: #636363. Windows color (decimal): -9474300 or 290671. OLE color: 290671.
HSL color Cylindrical-coordinate representation of color #6F6F04: hue angle of 60º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F6F04 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 111 | 4 | - |
| CMYK | 0 | 0 | 0.96 | 0.56 |
| HSL | 60º | 0.93% | 0.23% | - |
| HSV(B) | 60º | 0.96% | 0.44% | - |
| XYZ | 12.26 | 14.76 | 2.32 | - |
| YUV | 98.8 | 74.5 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 111 | 4 | 0 | 0 | 0.96 | 0.56 | 60 | 0.93 | 0.23 |
| Hex | 6F | 6F | 4 | 0 | 0 | 60 | 38 | 3C | 5D | 17 |
| Octal | 157 | 157 | 4 | 0 | 0 | 140 | 70 | 74 | 135 | 27 |
| Binary | 1101111 | 1101111 | 100 | 0 | 0 | 1100000 | 111000 | 111100 | 1011101 | 10111 |
Color Harmonies of #6F6F04
Complementary color
Monochromatic Colors of #6F6F04
Black with #6F6F04
Text Example
Text Example
White with #6F6F04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6F04; }
p { color: rgb(111,111,4); }
H1.HeaderClassName
{
color: #6F6F04;
}
.AnyTagClassName
{
color: #6F6F04;
}
</style>
background-color css
<style>
a { background-color: #6F6F04; }
a { background-color: rgb(111,111,4); }
div.DivClassName
{
background-color: #6F6F04;
}
.BgClassName
{
background-color: #6F6F04;
}
</style>
border-color css
<style>
span { border-color: #6F6F04; }
span { border-color: rgb(111,111,4); }
td.TdClassName
{
border-color: #6F6F04;
}
.TagClassName
{
border-color: #6F6F04;
}
</style>