Shades of Olivetone #6E6722
Tints of Olivetone #6E6722
RGB
CMYK
RGB Variations
Color information
#6E6722 (or 0x6E6722) is known color: Olivetone. HEX triplet: 6E, 67 and 22. RGB value is (110,103,34). Sum of RGB (Red+Green+Blue) = 110+103+34=247 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.53% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 34 (13.67% from 255 or 13.77% from 247); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6722 is #9198DD. Grayscale: #616161. Windows color (decimal): -9541854 or 2254702. OLE color: 2254702.
HSL color Cylindrical-coordinate representation of color #6E6722: hue angle of 54.47º degrees, saturation: 0.53, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E6722 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 34 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.57 |
| HSL | 54.47º | 0.53% | 0.28% | - |
| HSV(B) | 54.47º | 0.69% | 0.43% | - |
| XYZ | 11.57 | 13.13 | 3.44 | - |
| YUV | 97.23 | 92.32 | 137.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 34 | 0 | 0.06 | 0.69 | 0.57 | 54.47 | 0.53 | 0.28 |
| Hex | 6E | 67 | 22 | 0 | 6 | 45 | 39 | 36 | 35 | 1C |
| Octal | 156 | 147 | 42 | 0 | 6 | 105 | 71 | 66 | 65 | 34 |
| Binary | 1101110 | 1100111 | 100010 | 0 | 110 | 1000101 | 111001 | 110110 | 110101 | 11100 |
Color Harmonies of #6E6722
Complementary color
Monochromatic Colors of #6E6722
Black with #6E6722
Text Example
Text Example
White with #6E6722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6722; }
p { color: rgb(110,103,34); }
H1.HeaderClassName
{
color: #6E6722;
}
.AnyTagClassName
{
color: #6E6722;
}
</style>
background-color css
<style>
a { background-color: #6E6722; }
a { background-color: rgb(110,103,34); }
div.DivClassName
{
background-color: #6E6722;
}
.BgClassName
{
background-color: #6E6722;
}
</style>
border-color css
<style>
span { border-color: #6E6722; }
span { border-color: rgb(110,103,34); }
td.TdClassName
{
border-color: #6E6722;
}
.TagClassName
{
border-color: #6E6722;
}
</style>