Shades of Olivetone #6D701E
Tints of Olivetone #6D701E
RGB
CMYK
RGB Variations
Color information
#6D701E (or 0x6D701E) is known color: Olivetone. HEX triplet: 6D, 70 and 1E. RGB value is (109,112,30). Sum of RGB (Red+Green+Blue) = 109+112+30=251 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.43% from 251); Green value is 112 (44.14% from 255 or 44.62% from 251); Blue value is 30 (12.11% from 255 or 11.95% from 251); Max value from RGB is 112 - color contains mainly: green. Hex color #6D701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D701E is #928FE1. Grayscale: #666666. Windows color (decimal): -9605090 or 1994861. OLE color: 1994861.
HSL color Cylindrical-coordinate representation of color #6D701E: hue angle of 62.2º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D701E is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 30 | - |
| CMYK | 0.03 | 0 | 0.73 | 0.56 |
| HSL | 62.2º | 0.58% | 0.28% | - |
| HSV(B) | 62.2º | 0.73% | 0.44% | - |
| XYZ | 12.34 | 14.93 | 3.46 | - |
| YUV | 101.76 | 87.51 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 30 | 0.03 | 0 | 0.73 | 0.56 | 62.2 | 0.58 | 0.28 |
| Hex | 6D | 70 | 1E | 3 | 0 | 49 | 38 | 3E | 3A | 1C |
| Octal | 155 | 160 | 36 | 3 | 0 | 111 | 70 | 76 | 72 | 34 |
| Binary | 1101101 | 1110000 | 11110 | 11 | 0 | 1001001 | 111000 | 111110 | 111010 | 11100 |
Color Harmonies of #6D701E
Complementary color
Monochromatic Colors of #6D701E
Black with #6D701E
Text Example
Text Example
White with #6D701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D701E; }
p { color: rgb(109,112,30); }
H1.HeaderClassName
{
color: #6D701E;
}
.AnyTagClassName
{
color: #6D701E;
}
</style>
background-color css
<style>
a { background-color: #6D701E; }
a { background-color: rgb(109,112,30); }
div.DivClassName
{
background-color: #6D701E;
}
.BgClassName
{
background-color: #6D701E;
}
</style>
border-color css
<style>
span { border-color: #6D701E; }
span { border-color: rgb(109,112,30); }
td.TdClassName
{
border-color: #6D701E;
}
.TagClassName
{
border-color: #6D701E;
}
</style>