Shades of Olivetone #6D7021
Tints of Olivetone #6D7021
RGB
CMYK
RGB Variations
Color information
#6D7021 (or 0x6D7021) is known color: Olivetone. HEX triplet: 6D, 70 and 21. RGB value is (109,112,33). Sum of RGB (Red+Green+Blue) = 109+112+33=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 33 (13.28% from 255 or 12.99% from 254); Max value from RGB is 112 - color contains mainly: green. Hex color #6D7021 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7021 is #928FDE. Grayscale: #666666. Windows color (decimal): -9605087 or 2191469. OLE color: 2191469.
HSL color Cylindrical-coordinate representation of color #6D7021: hue angle of 62.28º 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 #6D7021 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 33 | - |
| CMYK | 0.03 | 0 | 0.71 | 0.56 |
| HSL | 62.28º | 0.54% | 0.28% | - |
| HSV(B) | 62.28º | 0.71% | 0.44% | - |
| XYZ | 12.38 | 14.95 | 3.67 | - |
| YUV | 102.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 33 | 0.03 | 0 | 0.71 | 0.56 | 62.28 | 0.54 | 0.28 |
| Hex | 6D | 70 | 21 | 3 | 0 | 47 | 38 | 3E | 36 | 1C |
| Octal | 155 | 160 | 41 | 3 | 0 | 107 | 70 | 76 | 66 | 34 |
| Binary | 1101101 | 1110000 | 100001 | 11 | 0 | 1000111 | 111000 | 111110 | 110110 | 11100 |
Color Harmonies of #6D7021
Complementary color
Monochromatic Colors of #6D7021
Black with #6D7021
Text Example
Text Example
White with #6D7021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7021; }
p { color: rgb(109,112,33); }
H1.HeaderClassName
{
color: #6D7021;
}
.AnyTagClassName
{
color: #6D7021;
}
</style>
background-color css
<style>
a { background-color: #6D7021; }
a { background-color: rgb(109,112,33); }
div.DivClassName
{
background-color: #6D7021;
}
.BgClassName
{
background-color: #6D7021;
}
</style>
border-color css
<style>
span { border-color: #6D7021; }
span { border-color: rgb(109,112,33); }
td.TdClassName
{
border-color: #6D7021;
}
.TagClassName
{
border-color: #6D7021;
}
</style>