Shades of Olive #6F6E05
Tints of Olive #6F6E05
RGB
CMYK
RGB Variations
Color information
#6F6E05 (or 0x6F6E05) is known color: Olive. HEX triplet: 6F, 6E and 05. RGB value is (111,110,5). Sum of RGB (Red+Green+Blue) = 111+110+5=226 (29% of max value = 765). Red value is 111 (43.75% from 255 or 49.12% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6E05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6F6E05 is #9091FA. Grayscale: #626262. Windows color (decimal): -9474555 or 355951. OLE color: 355951.
HSL color Cylindrical-coordinate representation of color #6F6E05: hue angle of 59.43º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6F6E05 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 110 | 5 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.56 |
| HSL | 59.43º | 0.91% | 0.23% | - |
| HSV(B) | 59.43º | 0.95% | 0.44% | - |
| XYZ | 12.16 | 14.54 | 2.31 | - |
| YUV | 98.33 | 75.33 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 110 | 5 | 0 | 0.01 | 0.95 | 0.56 | 59.43 | 0.91 | 0.23 |
| Hex | 6F | 6E | 5 | 0 | 1 | 5F | 38 | 3B | 5B | 17 |
| Octal | 157 | 156 | 5 | 0 | 1 | 137 | 70 | 73 | 133 | 27 |
| Binary | 1101111 | 1101110 | 101 | 0 | 1 | 1011111 | 111000 | 111011 | 1011011 | 10111 |
Color Harmonies of #6F6E05
Complementary color
Monochromatic Colors of #6F6E05
Black with #6F6E05
Text Example
Text Example
White with #6F6E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6E05; }
p { color: rgb(111,110,5); }
H1.HeaderClassName
{
color: #6F6E05;
}
.AnyTagClassName
{
color: #6F6E05;
}
</style>
background-color css
<style>
a { background-color: #6F6E05; }
a { background-color: rgb(111,110,5); }
div.DivClassName
{
background-color: #6F6E05;
}
.BgClassName
{
background-color: #6F6E05;
}
</style>
border-color css
<style>
span { border-color: #6F6E05; }
span { border-color: rgb(111,110,5); }
td.TdClassName
{
border-color: #6F6E05;
}
.TagClassName
{
border-color: #6F6E05;
}
</style>