Shades of Olivetone #6F722F
Tints of Olivetone #6F722F
RGB
CMYK
RGB Variations
Color information
#6F722F (or 0x6F722F) is known color: Olivetone. HEX triplet: 6F, 72 and 2F. RGB value is (111,114,47). Sum of RGB (Red+Green+Blue) = 111+114+47=272 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.81% from 272); Green value is 114 (44.92% from 255 or 41.91% from 272); Blue value is 47 (18.75% from 255 or 17.28% from 272); Max value from RGB is 114 - color contains mainly: green. Hex color #6F722F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F722F is #908DD0. Grayscale: #696969. Windows color (decimal): -9473489 or 3109487. OLE color: 3109487.
HSL color Cylindrical-coordinate representation of color #6F722F: hue angle of 62.69º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6F722F is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 47 | - |
| CMYK | 0.03 | 0 | 0.59 | 0.55 |
| HSL | 62.69º | 0.42% | 0.32% | - |
| HSV(B) | 62.69º | 0.59% | 0.45% | - |
| XYZ | 13.09 | 15.62 | 5.01 | - |
| YUV | 105.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 47 | 0.03 | 0 | 0.59 | 0.55 | 62.69 | 0.42 | 0.32 |
| Hex | 6F | 72 | 2F | 3 | 0 | 3B | 37 | 3F | 2A | 20 |
| Octal | 157 | 162 | 57 | 3 | 0 | 73 | 67 | 77 | 52 | 40 |
| Binary | 1101111 | 1110010 | 101111 | 11 | 0 | 111011 | 110111 | 111111 | 101010 | 100000 |
Color Harmonies of #6F722F
Complementary color
Monochromatic Colors of #6F722F
Black with #6F722F
Text Example
Text Example
White with #6F722F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F722F; }
p { color: rgb(111,114,47); }
H1.HeaderClassName
{
color: #6F722F;
}
.AnyTagClassName
{
color: #6F722F;
}
</style>
background-color css
<style>
a { background-color: #6F722F; }
a { background-color: rgb(111,114,47); }
div.DivClassName
{
background-color: #6F722F;
}
.BgClassName
{
background-color: #6F722F;
}
</style>
border-color css
<style>
span { border-color: #6F722F; }
span { border-color: rgb(111,114,47); }
td.TdClassName
{
border-color: #6F722F;
}
.TagClassName
{
border-color: #6F722F;
}
</style>