Shades of Olivetone #6F7132
Tints of Olivetone #6F7132
RGB
CMYK
RGB Variations
Color information
#6F7132 (or 0x6F7132) is known color: Olivetone. HEX triplet: 6F, 71 and 32. RGB value is (111,113,50). Sum of RGB (Red+Green+Blue) = 111+113+50=274 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.51% from 274); Green value is 113 (44.53% from 255 or 41.24% from 274); Blue value is 50 (19.92% from 255 or 18.25% from 274); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7132 is #908ECD. Grayscale: #696969. Windows color (decimal): -9473742 or 3305839. OLE color: 3305839.
HSL color Cylindrical-coordinate representation of color #6F7132: hue angle of 61.9º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6F7132 is Cyan = 0.02, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 50 | - |
| CMYK | 0.02 | 0 | 0.56 | 0.56 |
| HSL | 61.9º | 0.39% | 0.32% | - |
| HSV(B) | 61.9º | 0.56% | 0.44% | - |
| XYZ | 13.04 | 15.42 | 5.31 | - |
| YUV | 105.22 | 96.84 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 50 | 0.02 | 0 | 0.56 | 0.56 | 61.9 | 0.39 | 0.32 |
| Hex | 6F | 71 | 32 | 2 | 0 | 38 | 38 | 3E | 27 | 20 |
| Octal | 157 | 161 | 62 | 2 | 0 | 70 | 70 | 76 | 47 | 40 |
| Binary | 1101111 | 1110001 | 110010 | 10 | 0 | 111000 | 111000 | 111110 | 100111 | 100000 |
Color Harmonies of #6F7132
Complementary color
Monochromatic Colors of #6F7132
Black with #6F7132
Text Example
Text Example
White with #6F7132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7132; }
p { color: rgb(111,113,50); }
H1.HeaderClassName
{
color: #6F7132;
}
.AnyTagClassName
{
color: #6F7132;
}
</style>
background-color css
<style>
a { background-color: #6F7132; }
a { background-color: rgb(111,113,50); }
div.DivClassName
{
background-color: #6F7132;
}
.BgClassName
{
background-color: #6F7132;
}
</style>
border-color css
<style>
span { border-color: #6F7132; }
span { border-color: rgb(111,113,50); }
td.TdClassName
{
border-color: #6F7132;
}
.TagClassName
{
border-color: #6F7132;
}
</style>