Shades of Olivetone #6D701F
Tints of Olivetone #6D701F
RGB
CMYK
RGB Variations
Color information
#6D701F (or 0x6D701F) is known color: Olivetone. HEX triplet: 6D, 70 and 1F. RGB value is (109,112,31). Sum of RGB (Red+Green+Blue) = 109+112+31=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 31 (12.5% from 255 or 12.30% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #6D701F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D701F is #928FE0. Grayscale: #666666. Windows color (decimal): -9605089 or 2060397. OLE color: 2060397.
HSL color Cylindrical-coordinate representation of color #6D701F: hue angle of 62.22º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D701F is Cyan = 0.03, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 31 | - |
| CMYK | 0.03 | 0 | 0.72 | 0.56 |
| HSL | 62.22º | 0.57% | 0.28% | - |
| HSV(B) | 62.22º | 0.72% | 0.44% | - |
| XYZ | 12.35 | 14.94 | 3.53 | - |
| YUV | 101.87 | 88.01 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 31 | 0.03 | 0 | 0.72 | 0.56 | 62.22 | 0.57 | 0.28 |
| Hex | 6D | 70 | 1F | 3 | 0 | 48 | 38 | 3E | 39 | 1C |
| Octal | 155 | 160 | 37 | 3 | 0 | 110 | 70 | 76 | 71 | 34 |
| Binary | 1101101 | 1110000 | 11111 | 11 | 0 | 1001000 | 111000 | 111110 | 111001 | 11100 |
Color Harmonies of #6D701F
Complementary color
Monochromatic Colors of #6D701F
Black with #6D701F
Text Example
Text Example
White with #6D701F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D701F; }
p { color: rgb(109,112,31); }
H1.HeaderClassName
{
color: #6D701F;
}
.AnyTagClassName
{
color: #6D701F;
}
</style>
background-color css
<style>
a { background-color: #6D701F; }
a { background-color: rgb(109,112,31); }
div.DivClassName
{
background-color: #6D701F;
}
.BgClassName
{
background-color: #6D701F;
}
</style>
border-color css
<style>
span { border-color: #6D701F; }
span { border-color: rgb(109,112,31); }
td.TdClassName
{
border-color: #6D701F;
}
.TagClassName
{
border-color: #6D701F;
}
</style>