Shades of Olivetone #6D6926
Tints of Olivetone #6D6926
RGB
CMYK
RGB Variations
Color information
#6D6926 (or 0x6D6926) is known color: Olivetone. HEX triplet: 6D, 69 and 26. RGB value is (109,105,38). Sum of RGB (Red+Green+Blue) = 109+105+38=252 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.25% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6926 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D6926 is #9296D9. Grayscale: #626262. Windows color (decimal): -9606874 or 2517357. OLE color: 2517357.
HSL color Cylindrical-coordinate representation of color #6D6926: hue angle of 56.62º 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 #6D6926 is Cyan = 0, Magento = 0.04, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 105 | 38 | - |
| CMYK | 0 | 0.04 | 0.65 | 0.57 |
| HSL | 56.62º | 0.48% | 0.29% | - |
| HSV(B) | 56.62º | 0.65% | 0.43% | - |
| XYZ | 11.71 | 13.49 | 3.82 | - |
| YUV | 98.56 | 93.83 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 105 | 38 | 0 | 0.04 | 0.65 | 0.57 | 56.62 | 0.48 | 0.29 |
| Hex | 6D | 69 | 26 | 0 | 4 | 41 | 39 | 39 | 30 | 1D |
| Octal | 155 | 151 | 46 | 0 | 4 | 101 | 71 | 71 | 60 | 35 |
| Binary | 1101101 | 1101001 | 100110 | 0 | 100 | 1000001 | 111001 | 111001 | 110000 | 11101 |
Color Harmonies of #6D6926
Complementary color
Monochromatic Colors of #6D6926
Black with #6D6926
Text Example
Text Example
White with #6D6926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6926; }
p { color: rgb(109,105,38); }
H1.HeaderClassName
{
color: #6D6926;
}
.AnyTagClassName
{
color: #6D6926;
}
</style>
background-color css
<style>
a { background-color: #6D6926; }
a { background-color: rgb(109,105,38); }
div.DivClassName
{
background-color: #6D6926;
}
.BgClassName
{
background-color: #6D6926;
}
</style>
border-color css
<style>
span { border-color: #6D6926; }
span { border-color: rgb(109,105,38); }
td.TdClassName
{
border-color: #6D6926;
}
.TagClassName
{
border-color: #6D6926;
}
</style>