Shades of Olivetone #757729
Tints of Olivetone #757729
RGB
CMYK
RGB Variations
Color information
#757729 (or 0x757729) is known color: Olivetone. HEX triplet: 75, 77 and 29. RGB value is (117,119,41). Sum of RGB (Red+Green+Blue) = 117+119+41=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 119 (46.88% from 255 or 42.96% from 277); Blue value is 41 (16.41% from 255 or 14.80% from 277); Max value from RGB is 119 - color contains mainly: green. Hex color #757729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757729 is #8A88D6. Grayscale: #6D6D6D. Windows color (decimal): -9078999 or 2717557. OLE color: 2717557.
HSL color Cylindrical-coordinate representation of color #757729: hue angle of 61.54º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #757729 is Cyan = 0.02, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 41 | - |
| CMYK | 0.02 | 0 | 0.66 | 0.53 |
| HSL | 61.54º | 0.49% | 0.31% | - |
| HSV(B) | 61.54º | 0.66% | 0.47% | - |
| XYZ | 14.33 | 17.14 | 4.65 | - |
| YUV | 109.51 | 89.34 | 133.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 41 | 0.02 | 0 | 0.66 | 0.53 | 61.54 | 0.49 | 0.31 |
| Hex | 75 | 77 | 29 | 2 | 0 | 42 | 35 | 3E | 31 | 1F |
| Octal | 165 | 167 | 51 | 2 | 0 | 102 | 65 | 76 | 61 | 37 |
| Binary | 1110101 | 1110111 | 101001 | 10 | 0 | 1000010 | 110101 | 111110 | 110001 | 11111 |
Color Harmonies of #757729
Complementary color
Monochromatic Colors of #757729
Black with #757729
Text Example
Text Example
White with #757729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757729; }
p { color: rgb(117,119,41); }
H1.HeaderClassName
{
color: #757729;
}
.AnyTagClassName
{
color: #757729;
}
</style>
background-color css
<style>
a { background-color: #757729; }
a { background-color: rgb(117,119,41); }
div.DivClassName
{
background-color: #757729;
}
.BgClassName
{
background-color: #757729;
}
</style>
border-color css
<style>
span { border-color: #757729; }
span { border-color: rgb(117,119,41); }
td.TdClassName
{
border-color: #757729;
}
.TagClassName
{
border-color: #757729;
}
</style>