Shades of Olivetone #6F7021
Tints of Olivetone #6F7021
RGB
CMYK
RGB Variations
Color information
#6F7021 (or 0x6F7021) is known color: Olivetone. HEX triplet: 6F, 70 and 21. RGB value is (111,112,33). Sum of RGB (Red+Green+Blue) = 111+112+33=256 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.36% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #6F7021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F7021 is #908FDE. Grayscale: #676767. Windows color (decimal): -9474015 or 2191471. OLE color: 2191471.
HSL color Cylindrical-coordinate representation of color #6F7021: hue angle of 60.76º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6F7021 is Cyan = 0.01, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 33 | - |
| CMYK | 0.01 | 0 | 0.71 | 0.56 |
| HSL | 60.76º | 0.54% | 0.28% | - |
| HSV(B) | 60.76º | 0.71% | 0.44% | - |
| XYZ | 12.62 | 15.08 | 3.68 | - |
| YUV | 102.7 | 88.67 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 33 | 0.01 | 0 | 0.71 | 0.56 | 60.76 | 0.54 | 0.28 |
| Hex | 6F | 70 | 21 | 1 | 0 | 47 | 38 | 3D | 36 | 1C |
| Octal | 157 | 160 | 41 | 1 | 0 | 107 | 70 | 75 | 66 | 34 |
| Binary | 1101111 | 1110000 | 100001 | 1 | 0 | 1000111 | 111000 | 111101 | 110110 | 11100 |
Color Harmonies of #6F7021
Complementary color
Monochromatic Colors of #6F7021
Black with #6F7021
Text Example
Text Example
White with #6F7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7021; }
p { color: rgb(111,112,33); }
H1.HeaderClassName
{
color: #6F7021;
}
.AnyTagClassName
{
color: #6F7021;
}
</style>
background-color css
<style>
a { background-color: #6F7021; }
a { background-color: rgb(111,112,33); }
div.DivClassName
{
background-color: #6F7021;
}
.BgClassName
{
background-color: #6F7021;
}
</style>
border-color css
<style>
span { border-color: #6F7021; }
span { border-color: rgb(111,112,33); }
td.TdClassName
{
border-color: #6F7021;
}
.TagClassName
{
border-color: #6F7021;
}
</style>