Shades of Olivetone #757829
Tints of Olivetone #757829
RGB
CMYK
RGB Variations
Color information
#757829 (or 0x757829) is known color: Olivetone. HEX triplet: 75, 78 and 29. RGB value is (117,120,41). Sum of RGB (Red+Green+Blue) = 117+120+41=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 120 (47.27% from 255 or 43.17% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 120 - color contains mainly: green. Hex color #757829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757829 is #8A87D6. Grayscale: #6E6E6E. Windows color (decimal): -9078743 or 2717813. OLE color: 2717813.
HSL color Cylindrical-coordinate representation of color #757829: hue angle of 62.28º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #757829 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 41 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.53 |
| HSL | 62.28º | 0.49% | 0.32% | - |
| HSV(B) | 62.28º | 0.66% | 0.47% | - |
| XYZ | 14.45 | 17.37 | 4.69 | - |
| YUV | 110.1 | 89.01 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 41 | 0.02 | 0 | 0.66 | 0.53 | 62.28 | 0.49 | 0.32 |
| Hex | 75 | 78 | 29 | 2 | 0 | 42 | 35 | 3E | 31 | 20 |
| Octal | 165 | 170 | 51 | 2 | 0 | 102 | 65 | 76 | 61 | 40 |
| Binary | 1110101 | 1111000 | 101001 | 10 | 0 | 1000010 | 110101 | 111110 | 110001 | 100000 |
Color Harmonies of #757829
Complementary color
Monochromatic Colors of #757829
Black with #757829
Text Example
Text Example
White with #757829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757829; }
p { color: rgb(117,120,41); }
H1.HeaderClassName
{
color: #757829;
}
.AnyTagClassName
{
color: #757829;
}
</style>
background-color css
<style>
a { background-color: #757829; }
a { background-color: rgb(117,120,41); }
div.DivClassName
{
background-color: #757829;
}
.BgClassName
{
background-color: #757829;
}
</style>
border-color css
<style>
span { border-color: #757829; }
span { border-color: rgb(117,120,41); }
td.TdClassName
{
border-color: #757829;
}
.TagClassName
{
border-color: #757829;
}
</style>