Shades of Olivetone #6F701E
Tints of Olivetone #6F701E
RGB
CMYK
RGB Variations
Color information
#6F701E (or 0x6F701E) is known color: Olivetone. HEX triplet: 6F, 70 and 1E. RGB value is (111,112,30). Sum of RGB (Red+Green+Blue) = 111+112+30=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 30 (12.11% from 255 or 11.86% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #6F701E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F701E is #908FE1. Grayscale: #666666. Windows color (decimal): -9474018 or 1994863. OLE color: 1994863.
HSL color Cylindrical-coordinate representation of color #6F701E: hue angle of 60.73º 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 #6F701E is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 30 | - |
| CMYK | 0.01 | 0 | 0.73 | 0.56 |
| HSL | 60.73º | 0.58% | 0.28% | - |
| HSV(B) | 60.73º | 0.73% | 0.44% | - |
| XYZ | 12.58 | 15.06 | 3.47 | - |
| YUV | 102.35 | 87.17 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 30 | 0.01 | 0 | 0.73 | 0.56 | 60.73 | 0.58 | 0.28 |
| Hex | 6F | 70 | 1E | 1 | 0 | 49 | 38 | 3D | 3A | 1C |
| Octal | 157 | 160 | 36 | 1 | 0 | 111 | 70 | 75 | 72 | 34 |
| Binary | 1101111 | 1110000 | 11110 | 1 | 0 | 1001001 | 111000 | 111101 | 111010 | 11100 |
Color Harmonies of #6F701E
Complementary color
Monochromatic Colors of #6F701E
Black with #6F701E
Text Example
Text Example
White with #6F701E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F701E; }
p { color: rgb(111,112,30); }
H1.HeaderClassName
{
color: #6F701E;
}
.AnyTagClassName
{
color: #6F701E;
}
</style>
background-color css
<style>
a { background-color: #6F701E; }
a { background-color: rgb(111,112,30); }
div.DivClassName
{
background-color: #6F701E;
}
.BgClassName
{
background-color: #6F701E;
}
</style>
border-color css
<style>
span { border-color: #6F701E; }
span { border-color: rgb(111,112,30); }
td.TdClassName
{
border-color: #6F701E;
}
.TagClassName
{
border-color: #6F701E;
}
</style>