Shades of Olivetone #6F7331
Tints of Olivetone #6F7331
RGB
CMYK
RGB Variations
Color information
#6F7331 (or 0x6F7331) is known color: Olivetone. HEX triplet: 6F, 73 and 31. RGB value is (111,115,49). Sum of RGB (Red+Green+Blue) = 111+115+49=275 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.36% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 49 (19.53% from 255 or 17.82% from 275); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7331 is #908CCE. Grayscale: #6A6A6A. Windows color (decimal): -9473231 or 3240815. OLE color: 3240815.
HSL color Cylindrical-coordinate representation of color #6F7331: hue angle of 63.64º degrees, saturation: 0.4, 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 #6F7331 is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 49 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.55 |
| HSL | 63.64º | 0.4% | 0.32% | - |
| HSV(B) | 63.64º | 0.57% | 0.45% | - |
| XYZ | 13.24 | 15.86 | 5.27 | - |
| YUV | 106.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 49 | 0.03 | 0 | 0.57 | 0.55 | 63.64 | 0.4 | 0.32 |
| Hex | 6F | 73 | 31 | 3 | 0 | 39 | 37 | 40 | 28 | 20 |
| Octal | 157 | 163 | 61 | 3 | 0 | 71 | 67 | 100 | 50 | 40 |
| Binary | 1101111 | 1110011 | 110001 | 11 | 0 | 111001 | 110111 | 1000000 | 101000 | 100000 |
Color Harmonies of #6F7331
Complementary color
Monochromatic Colors of #6F7331
Black with #6F7331
Text Example
Text Example
White with #6F7331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7331; }
p { color: rgb(111,115,49); }
H1.HeaderClassName
{
color: #6F7331;
}
.AnyTagClassName
{
color: #6F7331;
}
</style>
background-color css
<style>
a { background-color: #6F7331; }
a { background-color: rgb(111,115,49); }
div.DivClassName
{
background-color: #6F7331;
}
.BgClassName
{
background-color: #6F7331;
}
</style>
border-color css
<style>
span { border-color: #6F7331; }
span { border-color: rgb(111,115,49); }
td.TdClassName
{
border-color: #6F7331;
}
.TagClassName
{
border-color: #6F7331;
}
</style>