Shades of Olivetone #757A28
Tints of Olivetone #757A28
RGB
CMYK
RGB Variations
Color information
#757A28 (or 0x757A28) is known color: Olivetone. HEX triplet: 75, 7A and 28. RGB value is (117,122,40). Sum of RGB (Red+Green+Blue) = 117+122+40=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 122 (48.05% from 255 or 43.73% from 279); Blue value is 40 (16.02% from 255 or 14.34% from 279); Max value from RGB is 122 - color contains mainly: green. Hex color #757A28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757A28 is #8A85D7. Grayscale: #6F6F6F. Windows color (decimal): -9078232 or 2652789. OLE color: 2652789.
HSL color Cylindrical-coordinate representation of color #757A28: hue angle of 63.66º degrees, saturation: 0.51, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #757A28 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 117 | 122 | 40 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.52 |
| HSL | 63.66º | 0.51% | 0.32% | - |
| HSV(B) | 63.66º | 0.67% | 0.48% | - |
| XYZ | 14.68 | 17.85 | 4.68 | - |
| YUV | 111.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 122 | 40 | 0.04 | 0 | 0.67 | 0.52 | 63.66 | 0.51 | 0.32 |
| Hex | 75 | 7A | 28 | 4 | 0 | 43 | 34 | 40 | 33 | 20 |
| Octal | 165 | 172 | 50 | 4 | 0 | 103 | 64 | 100 | 63 | 40 |
| Binary | 1110101 | 1111010 | 101000 | 100 | 0 | 1000011 | 110100 | 1000000 | 110011 | 100000 |
Color Harmonies of #757A28
Complementary color
Monochromatic Colors of #757A28
Black with #757A28
Text Example
Text Example
White with #757A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757A28; }
p { color: rgb(117,122,40); }
H1.HeaderClassName
{
color: #757A28;
}
.AnyTagClassName
{
color: #757A28;
}
</style>
background-color css
<style>
a { background-color: #757A28; }
a { background-color: rgb(117,122,40); }
div.DivClassName
{
background-color: #757A28;
}
.BgClassName
{
background-color: #757A28;
}
</style>
border-color css
<style>
span { border-color: #757A28; }
span { border-color: rgb(117,122,40); }
td.TdClassName
{
border-color: #757A28;
}
.TagClassName
{
border-color: #757A28;
}
</style>