Shades of Olivetone #696929
Tints of Olivetone #696929
RGB
CMYK
RGB Variations
Color information
#696929 (or 0x696929) is known color: Olivetone. HEX triplet: 69, 69 and 29. RGB value is (105,105,41). Sum of RGB (Red+Green+Blue) = 105+105+41=251 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.83% from 251); Green value is 105 (41.41% from 255 or 41.83% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 105 - color contains mainly: red, green. Hex color #696929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696929 is #9696D6. Grayscale: #616161. Windows color (decimal): -9869015 or 2713961. OLE color: 2713961.
HSL color Cylindrical-coordinate representation of color #696929: hue angle of 60º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #696929 is Cyan = 0, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 105 | 41 | - |
| CMYK | 0 | 0 | 0.61 | 0.59 |
| HSL | 60º | 0.44% | 0.29% | - |
| HSV(B) | 60º | 0.61% | 0.41% | - |
| XYZ | 11.28 | 13.27 | 4.06 | - |
| YUV | 97.7 | 96 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 105 | 41 | 0 | 0 | 0.61 | 0.59 | 60 | 0.44 | 0.29 |
| Hex | 69 | 69 | 29 | 0 | 0 | 3D | 3B | 3C | 2C | 1D |
| Octal | 151 | 151 | 51 | 0 | 0 | 75 | 73 | 74 | 54 | 35 |
| Binary | 1101001 | 1101001 | 101001 | 0 | 0 | 111101 | 111011 | 111100 | 101100 | 11101 |
Color Harmonies of #696929
Complementary color
Monochromatic Colors of #696929
Black with #696929
Text Example
Text Example
White with #696929
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696929; }
p { color: rgb(105,105,41); }
H1.HeaderClassName
{
color: #696929;
}
.AnyTagClassName
{
color: #696929;
}
</style>
background-color css
<style>
a { background-color: #696929; }
a { background-color: rgb(105,105,41); }
div.DivClassName
{
background-color: #696929;
}
.BgClassName
{
background-color: #696929;
}
</style>
border-color css
<style>
span { border-color: #696929; }
span { border-color: rgb(105,105,41); }
td.TdClassName
{
border-color: #696929;
}
.TagClassName
{
border-color: #696929;
}
</style>