Shades of Oxley #75A17E
Tints of Oxley #75A17E
RGB
CMYK
RGB Variations
Color information
#75A17E (or 0x75A17E) is known color: Oxley. HEX triplet: 75, A1 and 7E. RGB value is (117,161,126). Sum of RGB (Red+Green+Blue) = 117+161+126=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #75A17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A17E is #8A5E81. Grayscale: #8F8F8F. Windows color (decimal): -9068162 or 8298869. OLE color: 8298869.
HSL color Cylindrical-coordinate representation of color #75A17E: hue angle of 132.27º 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 #75A17E is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 161 | 126 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.37 |
| HSL | 132.27º | 0.19% | 0.55% | - |
| HSV(B) | 132.27º | 0.27% | 0.63% | - |
| XYZ | 23.85 | 30.78 | 24.42 | - |
| YUV | 143.85 | 117.92 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 161 | 126 | 0.27 | 0 | 0.22 | 0.37 | 132.27 | 0.19 | 0.55 |
| Hex | 75 | A1 | 7E | 1B | 0 | 16 | 25 | 84 | 13 | 37 |
| Octal | 165 | 241 | 176 | 33 | 0 | 26 | 45 | 204 | 23 | 67 |
| Binary | 1110101 | 10100001 | 1111110 | 11011 | 0 | 10110 | 100101 | 10000100 | 10011 | 110111 |
Color Harmonies of #75A17E
Complementary color
Monochromatic Colors of #75A17E
Black with #75A17E
Text Example
Text Example
White with #75A17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A17E; }
p { color: rgb(117,161,126); }
H1.HeaderClassName
{
color: #75A17E;
}
.AnyTagClassName
{
color: #75A17E;
}
</style>
background-color css
<style>
a { background-color: #75A17E; }
a { background-color: rgb(117,161,126); }
div.DivClassName
{
background-color: #75A17E;
}
.BgClassName
{
background-color: #75A17E;
}
</style>
border-color css
<style>
span { border-color: #75A17E; }
span { border-color: rgb(117,161,126); }
td.TdClassName
{
border-color: #75A17E;
}
.TagClassName
{
border-color: #75A17E;
}
</style>