Shades of Olivetone #6E6719
Tints of Olivetone #6E6719
RGB
CMYK
RGB Variations
Color information
#6E6719 (or 0x6E6719) is known color: Olivetone. HEX triplet: 6E, 67 and 19. RGB value is (110,103,25). Sum of RGB (Red+Green+Blue) = 110+103+25=238 (31% of max value = 765). Red value is 110 (43.36% from 255 or 46.22% from 238); Green value is 103 (40.62% from 255 or 43.28% from 238); Blue value is 25 (10.16% from 255 or 10.50% from 238); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6719 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6E6719 is #9198E6. Grayscale: #606060. Windows color (decimal): -9541863 or 1664878. OLE color: 1664878.
HSL color Cylindrical-coordinate representation of color #6E6719: hue angle of 55.06º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6E6719 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 103 | 25 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.57 |
| HSL | 55.06º | 0.63% | 0.26% | - |
| HSV(B) | 55.06º | 0.77% | 0.43% | - |
| XYZ | 11.46 | 13.09 | 2.84 | - |
| YUV | 96.2 | 87.82 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 103 | 25 | 0 | 0.06 | 0.77 | 0.57 | 55.06 | 0.63 | 0.26 |
| Hex | 6E | 67 | 19 | 0 | 6 | 4D | 39 | 37 | 3F | 1A |
| Octal | 156 | 147 | 31 | 0 | 6 | 115 | 71 | 67 | 77 | 32 |
| Binary | 1101110 | 1100111 | 11001 | 0 | 110 | 1001101 | 111001 | 110111 | 111111 | 11010 |
Color Harmonies of #6E6719
Complementary color
Monochromatic Colors of #6E6719
Black with #6E6719
Text Example
Text Example
White with #6E6719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6719; }
p { color: rgb(110,103,25); }
H1.HeaderClassName
{
color: #6E6719;
}
.AnyTagClassName
{
color: #6E6719;
}
</style>
background-color css
<style>
a { background-color: #6E6719; }
a { background-color: rgb(110,103,25); }
div.DivClassName
{
background-color: #6E6719;
}
.BgClassName
{
background-color: #6E6719;
}
</style>
border-color css
<style>
span { border-color: #6E6719; }
span { border-color: rgb(110,103,25); }
td.TdClassName
{
border-color: #6E6719;
}
.TagClassName
{
border-color: #6E6719;
}
</style>