Shades of Olivetone #6D6E25
Tints of Olivetone #6D6E25
RGB
CMYK
RGB Variations
Color information
#6D6E25 (or 0x6D6E25) is known color: Olivetone. HEX triplet: 6D, 6E and 25. RGB value is (109,110,37). Sum of RGB (Red+Green+Blue) = 109+110+37=256 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.58% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6E25 is #9291DA. Grayscale: #656565. Windows color (decimal): -9605595 or 2453101. OLE color: 2453101.
HSL color Cylindrical-coordinate representation of color #6D6E25: hue angle of 60.82º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6D6E25 is Cyan = 0.01, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 110 | 37 | - |
| CMYK | 0.01 | 0 | 0.66 | 0.57 |
| HSL | 60.82º | 0.5% | 0.29% | - |
| HSV(B) | 60.82º | 0.66% | 0.43% | - |
| XYZ | 12.22 | 14.54 | 3.91 | - |
| YUV | 101.38 | 91.67 | 133.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 37 | 0.01 | 0 | 0.66 | 0.57 | 60.82 | 0.5 | 0.29 |
| Hex | 6D | 6E | 25 | 1 | 0 | 42 | 39 | 3D | 32 | 1D |
| Octal | 155 | 156 | 45 | 1 | 0 | 102 | 71 | 75 | 62 | 35 |
| Binary | 1101101 | 1101110 | 100101 | 1 | 0 | 1000010 | 111001 | 111101 | 110010 | 11101 |
Color Harmonies of #6D6E25
Complementary color
Monochromatic Colors of #6D6E25
Black with #6D6E25
Text Example
Text Example
White with #6D6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E25; }
p { color: rgb(109,110,37); }
H1.HeaderClassName
{
color: #6D6E25;
}
.AnyTagClassName
{
color: #6D6E25;
}
</style>
background-color css
<style>
a { background-color: #6D6E25; }
a { background-color: rgb(109,110,37); }
div.DivClassName
{
background-color: #6D6E25;
}
.BgClassName
{
background-color: #6D6E25;
}
</style>
border-color css
<style>
span { border-color: #6D6E25; }
span { border-color: rgb(109,110,37); }
td.TdClassName
{
border-color: #6D6E25;
}
.TagClassName
{
border-color: #6D6E25;
}
</style>