Shades of Olivetone #6F722C
Tints of Olivetone #6F722C
RGB
CMYK
RGB Variations
Color information
#6F722C (or 0x6F722C) is known color: Olivetone. HEX triplet: 6F, 72 and 2C. RGB value is (111,114,44). Sum of RGB (Red+Green+Blue) = 111+114+44=269 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.26% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 44 (17.58% from 255 or 16.36% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #6F722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F722C is #908DD3. Grayscale: #696969. Windows color (decimal): -9473492 or 2912879. OLE color: 2912879.
HSL color Cylindrical-coordinate representation of color #6F722C: hue angle of 62.57º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6F722C is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 44 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.55 |
| HSL | 62.57º | 0.44% | 0.31% | - |
| HSV(B) | 62.57º | 0.61% | 0.45% | - |
| XYZ | 13.03 | 15.6 | 4.71 | - |
| YUV | 105.12 | 93.51 | 132.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 44 | 0.03 | 0 | 0.61 | 0.55 | 62.57 | 0.44 | 0.31 |
| Hex | 6F | 72 | 2C | 3 | 0 | 3D | 37 | 3F | 2C | 1F |
| Octal | 157 | 162 | 54 | 3 | 0 | 75 | 67 | 77 | 54 | 37 |
| Binary | 1101111 | 1110010 | 101100 | 11 | 0 | 111101 | 110111 | 111111 | 101100 | 11111 |
Color Harmonies of #6F722C
Complementary color
Monochromatic Colors of #6F722C
Black with #6F722C
Text Example
Text Example
White with #6F722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F722C; }
p { color: rgb(111,114,44); }
H1.HeaderClassName
{
color: #6F722C;
}
.AnyTagClassName
{
color: #6F722C;
}
</style>
background-color css
<style>
a { background-color: #6F722C; }
a { background-color: rgb(111,114,44); }
div.DivClassName
{
background-color: #6F722C;
}
.BgClassName
{
background-color: #6F722C;
}
</style>
border-color css
<style>
span { border-color: #6F722C; }
span { border-color: rgb(111,114,44); }
td.TdClassName
{
border-color: #6F722C;
}
.TagClassName
{
border-color: #6F722C;
}
</style>