Shades of Olivetone #6E6927
Tints of Olivetone #6E6927
RGB
CMYK
RGB Variations
Color information
#6E6927 (or 0x6E6927) is known color: Olivetone. HEX triplet: 6E, 69 and 27. RGB value is (110,105,39). Sum of RGB (Red+Green+Blue) = 110+105+39=254 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.31% from 254); Green value is 105 (41.41% from 255 or 41.34% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6927 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E6927 is #9196D8. Grayscale: #636363. Windows color (decimal): -9541337 or 2582894. OLE color: 2582894.
HSL color Cylindrical-coordinate representation of color #6E6927: hue angle of 55.77º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6E6927 is Cyan = 0, Magento = 0.05, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 105 | 39 | - |
| CMYK | 0 | 0.05 | 0.65 | 0.57 |
| HSL | 55.77º | 0.48% | 0.29% | - |
| HSV(B) | 55.77º | 0.65% | 0.43% | - |
| XYZ | 11.85 | 13.56 | 3.91 | - |
| YUV | 98.97 | 94.16 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 105 | 39 | 0 | 0.05 | 0.65 | 0.57 | 55.77 | 0.48 | 0.29 |
| Hex | 6E | 69 | 27 | 0 | 5 | 41 | 39 | 38 | 30 | 1D |
| Octal | 156 | 151 | 47 | 0 | 5 | 101 | 71 | 70 | 60 | 35 |
| Binary | 1101110 | 1101001 | 100111 | 0 | 101 | 1000001 | 111001 | 111000 | 110000 | 11101 |
Color Harmonies of #6E6927
Complementary color
Monochromatic Colors of #6E6927
Black with #6E6927
Text Example
Text Example
White with #6E6927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6927; }
p { color: rgb(110,105,39); }
H1.HeaderClassName
{
color: #6E6927;
}
.AnyTagClassName
{
color: #6E6927;
}
</style>
background-color css
<style>
a { background-color: #6E6927; }
a { background-color: rgb(110,105,39); }
div.DivClassName
{
background-color: #6E6927;
}
.BgClassName
{
background-color: #6E6927;
}
</style>
border-color css
<style>
span { border-color: #6E6927; }
span { border-color: rgb(110,105,39); }
td.TdClassName
{
border-color: #6E6927;
}
.TagClassName
{
border-color: #6E6927;
}
</style>