Shades of Oxley #75A079
Tints of Oxley #75A079
RGB
CMYK
RGB Variations
Color information
#75A079 (or 0x75A079) is known color: Oxley. HEX triplet: 75, A0 and 79. RGB value is (117,160,121). Sum of RGB (Red+Green+Blue) = 117+160+121=398 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.40% from 398); Green value is 160 (62.89% from 255 or 40.20% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 160 - color contains mainly: green. Hex color #75A079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A079 is #8A5F86. Grayscale: #8E8E8E. Windows color (decimal): -9068423 or 7970933. OLE color: 7970933.
HSL color Cylindrical-coordinate representation of color #75A079: hue angle of 125.58º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A079 is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 121 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.37 |
| HSL | 125.58º | 0.18% | 0.54% | - |
| HSV(B) | 125.58º | 0.27% | 0.63% | - |
| XYZ | 23.36 | 30.3 | 22.71 | - |
| YUV | 142.7 | 115.75 | 109.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 121 | 0.27 | 0 | 0.24 | 0.37 | 125.58 | 0.18 | 0.54 |
| Hex | 75 | A0 | 79 | 1B | 0 | 18 | 25 | 7E | 12 | 36 |
| Octal | 165 | 240 | 171 | 33 | 0 | 30 | 45 | 176 | 22 | 66 |
| Binary | 1110101 | 10100000 | 1111001 | 11011 | 0 | 11000 | 100101 | 1111110 | 10010 | 110110 |
Color Harmonies of #75A079
Complementary color
Monochromatic Colors of #75A079
Black with #75A079
Text Example
Text Example
White with #75A079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A079; }
p { color: rgb(117,160,121); }
H1.HeaderClassName
{
color: #75A079;
}
.AnyTagClassName
{
color: #75A079;
}
</style>
background-color css
<style>
a { background-color: #75A079; }
a { background-color: rgb(117,160,121); }
div.DivClassName
{
background-color: #75A079;
}
.BgClassName
{
background-color: #75A079;
}
</style>
border-color css
<style>
span { border-color: #75A079; }
span { border-color: rgb(117,160,121); }
td.TdClassName
{
border-color: #75A079;
}
.TagClassName
{
border-color: #75A079;
}
</style>