Shades of Olivetone #6F7332
Tints of Olivetone #6F7332
RGB
CMYK
RGB Variations
Color information
#6F7332 (or 0x6F7332) is known color: Olivetone. HEX triplet: 6F, 73 and 32. RGB value is (111,115,50). Sum of RGB (Red+Green+Blue) = 111+115+50=276 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.22% from 276); Green value is 115 (45.31% from 255 or 41.67% from 276); Blue value is 50 (19.92% from 255 or 18.12% from 276); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7332 is #908CCD. Grayscale: #6A6A6A. Windows color (decimal): -9473230 or 3306351. OLE color: 3306351.
HSL color Cylindrical-coordinate representation of color #6F7332: hue angle of 63.69º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6F7332 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 50 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.55 |
| HSL | 63.69º | 0.39% | 0.32% | - |
| HSV(B) | 63.69º | 0.57% | 0.45% | - |
| XYZ | 13.26 | 15.87 | 5.38 | - |
| YUV | 106.39 | 96.17 | 131.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 50 | 0.03 | 0 | 0.57 | 0.55 | 63.69 | 0.39 | 0.32 |
| Hex | 6F | 73 | 32 | 3 | 0 | 39 | 37 | 40 | 27 | 20 |
| Octal | 157 | 163 | 62 | 3 | 0 | 71 | 67 | 100 | 47 | 40 |
| Binary | 1101111 | 1110011 | 110010 | 11 | 0 | 111001 | 110111 | 1000000 | 100111 | 100000 |
Color Harmonies of #6F7332
Complementary color
Monochromatic Colors of #6F7332
Black with #6F7332
Text Example
Text Example
White with #6F7332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7332; }
p { color: rgb(111,115,50); }
H1.HeaderClassName
{
color: #6F7332;
}
.AnyTagClassName
{
color: #6F7332;
}
</style>
background-color css
<style>
a { background-color: #6F7332; }
a { background-color: rgb(111,115,50); }
div.DivClassName
{
background-color: #6F7332;
}
.BgClassName
{
background-color: #6F7332;
}
</style>
border-color css
<style>
span { border-color: #6F7332; }
span { border-color: rgb(111,115,50); }
td.TdClassName
{
border-color: #6F7332;
}
.TagClassName
{
border-color: #6F7332;
}
</style>