Shades of Oxley #75A180
Tints of Oxley #75A180
RGB
CMYK
RGB Variations
Color information
#75A180 (or 0x75A180) is known color: Oxley. HEX triplet: 75, A1 and 80. RGB value is (117,161,128). Sum of RGB (Red+Green+Blue) = 117+161+128=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 161 (63.28% from 255 or 39.66% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 161 - color contains mainly: green. Hex color #75A180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75A180 is #8A5E7F. Grayscale: #909090. Windows color (decimal): -9068160 or 8429941. OLE color: 8429941.
HSL color Cylindrical-coordinate representation of color #75A180: hue angle of 135º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A180 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 128 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.37 |
| HSL | 135º | 0.19% | 0.55% | - |
| HSV(B) | 135º | 0.27% | 0.63% | - |
| XYZ | 23.98 | 30.83 | 25.11 | - |
| YUV | 144.08 | 118.92 | 108.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 128 | 0.27 | 0 | 0.20 | 0.37 | 135 | 0.19 | 0.55 |
| Hex | 75 | A1 | 80 | 1B | 0 | 14 | 25 | 87 | 13 | 37 |
| Octal | 165 | 241 | 200 | 33 | 0 | 24 | 45 | 207 | 23 | 67 |
| Binary | 1110101 | 10100001 | 10000000 | 11011 | 0 | 10100 | 100101 | 10000111 | 10011 | 110111 |
Color Harmonies of #75A180
Complementary color
Monochromatic Colors of #75A180
Black with #75A180
Text Example
Text Example
White with #75A180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A180; }
p { color: rgb(117,161,128); }
H1.HeaderClassName
{
color: #75A180;
}
.AnyTagClassName
{
color: #75A180;
}
</style>
background-color css
<style>
a { background-color: #75A180; }
a { background-color: rgb(117,161,128); }
div.DivClassName
{
background-color: #75A180;
}
.BgClassName
{
background-color: #75A180;
}
</style>
border-color css
<style>
span { border-color: #75A180; }
span { border-color: rgb(117,161,128); }
td.TdClassName
{
border-color: #75A180;
}
.TagClassName
{
border-color: #75A180;
}
</style>