Shades of Oxley #75A085
Tints of Oxley #75A085
RGB
CMYK
RGB Variations
Color information
#75A085 (or 0x75A085) is known color: Oxley. HEX triplet: 75, A0 and 85. RGB value is (117,160,133). Sum of RGB (Red+Green+Blue) = 117+160+133=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #75A085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A085 is #8A5F7A. Grayscale: #909090. Windows color (decimal): -9068411 or 8757365. OLE color: 8757365.
HSL color Cylindrical-coordinate representation of color #75A085: hue angle of 142.33º 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 #75A085 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 133 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.37 |
| HSL | 142.33º | 0.18% | 0.54% | - |
| HSV(B) | 142.33º | 0.27% | 0.63% | - |
| XYZ | 24.14 | 30.62 | 26.83 | - |
| YUV | 144.07 | 121.75 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 133 | 0.27 | 0 | 0.17 | 0.37 | 142.33 | 0.18 | 0.54 |
| Hex | 75 | A0 | 85 | 1B | 0 | 11 | 25 | 8E | 12 | 36 |
| Octal | 165 | 240 | 205 | 33 | 0 | 21 | 45 | 216 | 22 | 66 |
| Binary | 1110101 | 10100000 | 10000101 | 11011 | 0 | 10001 | 100101 | 10001110 | 10010 | 110110 |
Color Harmonies of #75A085
Complementary color
Monochromatic Colors of #75A085
Black with #75A085
Text Example
Text Example
White with #75A085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A085; }
p { color: rgb(117,160,133); }
H1.HeaderClassName
{
color: #75A085;
}
.AnyTagClassName
{
color: #75A085;
}
</style>
background-color css
<style>
a { background-color: #75A085; }
a { background-color: rgb(117,160,133); }
div.DivClassName
{
background-color: #75A085;
}
.BgClassName
{
background-color: #75A085;
}
</style>
border-color css
<style>
span { border-color: #75A085; }
span { border-color: rgb(117,160,133); }
td.TdClassName
{
border-color: #75A085;
}
.TagClassName
{
border-color: #75A085;
}
</style>