Shades of Olivetone #6F7030
Tints of Olivetone #6F7030
RGB
CMYK
RGB Variations
Color information
#6F7030 (or 0x6F7030) is known color: Olivetone. HEX triplet: 6F, 70 and 30. RGB value is (111,112,48). Sum of RGB (Red+Green+Blue) = 111+112+48=271 (35% of max value = 765). Red value is 111 (43.75% from 255 or 40.96% from 271); Green value is 112 (44.14% from 255 or 41.33% from 271); Blue value is 48 (19.14% from 255 or 17.71% from 271); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7030 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7030 is #908FCF. Grayscale: #686868. Windows color (decimal): -9474000 or 3174511. OLE color: 3174511.
HSL color Cylindrical-coordinate representation of color #6F7030: hue angle of 60.94º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F7030 is Cyan = 0.01, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 48 | - |
| CMYK | 0.01 | 0 | 0.57 | 0.56 |
| HSL | 60.94º | 0.4% | 0.31% | - |
| HSV(B) | 60.94º | 0.57% | 0.44% | - |
| XYZ | 12.88 | 15.18 | 5.05 | - |
| YUV | 104.41 | 96.17 | 132.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 48 | 0.01 | 0 | 0.57 | 0.56 | 60.94 | 0.4 | 0.31 |
| Hex | 6F | 70 | 30 | 1 | 0 | 39 | 38 | 3D | 28 | 1F |
| Octal | 157 | 160 | 60 | 1 | 0 | 71 | 70 | 75 | 50 | 37 |
| Binary | 1101111 | 1110000 | 110000 | 1 | 0 | 111001 | 111000 | 111101 | 101000 | 11111 |
Color Harmonies of #6F7030
Complementary color
Monochromatic Colors of #6F7030
Black with #6F7030
Text Example
Text Example
White with #6F7030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7030; }
p { color: rgb(111,112,48); }
H1.HeaderClassName
{
color: #6F7030;
}
.AnyTagClassName
{
color: #6F7030;
}
</style>
background-color css
<style>
a { background-color: #6F7030; }
a { background-color: rgb(111,112,48); }
div.DivClassName
{
background-color: #6F7030;
}
.BgClassName
{
background-color: #6F7030;
}
</style>
border-color css
<style>
span { border-color: #6F7030; }
span { border-color: rgb(111,112,48); }
td.TdClassName
{
border-color: #6F7030;
}
.TagClassName
{
border-color: #6F7030;
}
</style>