Shades of Olivetone #6F721C
Tints of Olivetone #6F721C
RGB
CMYK
RGB Variations
Color information
#6F721C (or 0x6F721C) is known color: Olivetone. HEX triplet: 6F, 72 and 1C. RGB value is (111,114,28). Sum of RGB (Red+Green+Blue) = 111+114+28=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 114 (44.92% from 255 or 45.06% from 253); Blue value is 28 (11.33% from 255 or 11.07% from 253); Max value from RGB is 114 - color contains mainly: green. Hex color #6F721C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F721C is #908DE3. Grayscale: #676767. Windows color (decimal): -9473508 or 1864303. OLE color: 1864303.
HSL color Cylindrical-coordinate representation of color #6F721C: hue angle of 62.09º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6F721C is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 28 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.55 |
| HSL | 62.09º | 0.61% | 0.28% | - |
| HSV(B) | 62.09º | 0.75% | 0.45% | - |
| XYZ | 12.78 | 15.5 | 3.42 | - |
| YUV | 103.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 28 | 0.03 | 0 | 0.75 | 0.55 | 62.09 | 0.61 | 0.28 |
| Hex | 6F | 72 | 1C | 3 | 0 | 4B | 37 | 3E | 3D | 1C |
| Octal | 157 | 162 | 34 | 3 | 0 | 113 | 67 | 76 | 75 | 34 |
| Binary | 1101111 | 1110010 | 11100 | 11 | 0 | 1001011 | 110111 | 111110 | 111101 | 11100 |
Color Harmonies of #6F721C
Complementary color
Monochromatic Colors of #6F721C
Black with #6F721C
Text Example
Text Example
White with #6F721C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F721C; }
p { color: rgb(111,114,28); }
H1.HeaderClassName
{
color: #6F721C;
}
.AnyTagClassName
{
color: #6F721C;
}
</style>
background-color css
<style>
a { background-color: #6F721C; }
a { background-color: rgb(111,114,28); }
div.DivClassName
{
background-color: #6F721C;
}
.BgClassName
{
background-color: #6F721C;
}
</style>
border-color css
<style>
span { border-color: #6F721C; }
span { border-color: rgb(111,114,28); }
td.TdClassName
{
border-color: #6F721C;
}
.TagClassName
{
border-color: #6F721C;
}
</style>