Shades of Olivetone #6F731E
Tints of Olivetone #6F731E
RGB
CMYK
RGB Variations
Color information
#6F731E (or 0x6F731E) is known color: Olivetone. HEX triplet: 6F, 73 and 1E. RGB value is (111,115,30). Sum of RGB (Red+Green+Blue) = 111+115+30=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 30 (12.11% from 255 or 11.72% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #6F731E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F731E is #908CE1. Grayscale: #686868. Windows color (decimal): -9473250 or 1995631. OLE color: 1995631.
HSL color Cylindrical-coordinate representation of color #6F731E: hue angle of 62.82º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #6F731E is Cyan = 0.03, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 30 | - |
| CMYK | 0.03 | 0 | 0.74 | 0.55 |
| HSL | 62.82º | 0.59% | 0.28% | - |
| HSV(B) | 62.82º | 0.74% | 0.45% | - |
| XYZ | 12.92 | 15.73 | 3.58 | - |
| YUV | 104.11 | 86.17 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 30 | 0.03 | 0 | 0.74 | 0.55 | 62.82 | 0.59 | 0.28 |
| Hex | 6F | 73 | 1E | 3 | 0 | 4A | 37 | 3F | 3B | 1C |
| Octal | 157 | 163 | 36 | 3 | 0 | 112 | 67 | 77 | 73 | 34 |
| Binary | 1101111 | 1110011 | 11110 | 11 | 0 | 1001010 | 110111 | 111111 | 111011 | 11100 |
Color Harmonies of #6F731E
Complementary color
Monochromatic Colors of #6F731E
Black with #6F731E
Text Example
Text Example
White with #6F731E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F731E; }
p { color: rgb(111,115,30); }
H1.HeaderClassName
{
color: #6F731E;
}
.AnyTagClassName
{
color: #6F731E;
}
</style>
background-color css
<style>
a { background-color: #6F731E; }
a { background-color: rgb(111,115,30); }
div.DivClassName
{
background-color: #6F731E;
}
.BgClassName
{
background-color: #6F731E;
}
</style>
border-color css
<style>
span { border-color: #6F731E; }
span { border-color: rgb(111,115,30); }
td.TdClassName
{
border-color: #6F731E;
}
.TagClassName
{
border-color: #6F731E;
}
</style>