Shades of Olivetone #757828
Tints of Olivetone #757828
RGB
CMYK
RGB Variations
Color information
#757828 (or 0x757828) is known color: Olivetone. HEX triplet: 75, 78 and 28. RGB value is (117,120,40). Sum of RGB (Red+Green+Blue) = 117+120+40=277 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.24% from 277); Green value is 120 (47.27% from 255 or 43.32% from 277); Blue value is 40 (16.02% from 255 or 14.44% from 277); Max value from RGB is 120 - color contains mainly: green. Hex color #757828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757828 is #8A87D7. Grayscale: #6E6E6E. Windows color (decimal): -9078744 or 2652277. OLE color: 2652277.
HSL color Cylindrical-coordinate representation of color #757828: hue angle of 62.25º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #757828 is Cyan = 0.02, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 40 | - |
| CMYK | 0.02 | 0 | 0.67 | 0.53 |
| HSL | 62.25º | 0.5% | 0.31% | - |
| HSV(B) | 62.25º | 0.67% | 0.47% | - |
| XYZ | 14.44 | 17.37 | 4.6 | - |
| YUV | 109.98 | 88.51 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 40 | 0.02 | 0 | 0.67 | 0.53 | 62.25 | 0.5 | 0.31 |
| Hex | 75 | 78 | 28 | 2 | 0 | 43 | 35 | 3E | 32 | 1F |
| Octal | 165 | 170 | 50 | 2 | 0 | 103 | 65 | 76 | 62 | 37 |
| Binary | 1110101 | 1111000 | 101000 | 10 | 0 | 1000011 | 110101 | 111110 | 110010 | 11111 |
Color Harmonies of #757828
Complementary color
Monochromatic Colors of #757828
Black with #757828
Text Example
Text Example
White with #757828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757828; }
p { color: rgb(117,120,40); }
H1.HeaderClassName
{
color: #757828;
}
.AnyTagClassName
{
color: #757828;
}
</style>
background-color css
<style>
a { background-color: #757828; }
a { background-color: rgb(117,120,40); }
div.DivClassName
{
background-color: #757828;
}
.BgClassName
{
background-color: #757828;
}
</style>
border-color css
<style>
span { border-color: #757828; }
span { border-color: rgb(117,120,40); }
td.TdClassName
{
border-color: #757828;
}
.TagClassName
{
border-color: #757828;
}
</style>