Shades of Oxley #75A37E
Tints of Oxley #75A37E
RGB
CMYK
RGB Variations
Color information
#75A37E (or 0x75A37E) is known color: Oxley. HEX triplet: 75, A3 and 7E. RGB value is (117,163,126). Sum of RGB (Red+Green+Blue) = 117+163+126=406 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.82% from 406); Green value is 163 (64.06% from 255 or 40.15% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 163 - color contains mainly: green. Hex color #75A37E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A37E is #8A5C81. Grayscale: #919191. Windows color (decimal): -9067650 or 8299381. OLE color: 8299381.
HSL color Cylindrical-coordinate representation of color #75A37E: hue angle of 131.74º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #75A37E is Cyan = 0.28, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 126 | - |
| CMYK | 0.28 | 0 | 0.23 | 0.36 |
| HSL | 131.74º | 0.2% | 0.55% | - |
| HSV(B) | 131.74º | 0.28% | 0.64% | - |
| XYZ | 24.2 | 31.48 | 24.54 | - |
| YUV | 145.03 | 117.26 | 108.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 126 | 0.28 | 0 | 0.23 | 0.36 | 131.74 | 0.2 | 0.55 |
| Hex | 75 | A3 | 7E | 1C | 0 | 17 | 24 | 84 | 14 | 37 |
| Octal | 165 | 243 | 176 | 34 | 0 | 27 | 44 | 204 | 24 | 67 |
| Binary | 1110101 | 10100011 | 1111110 | 11100 | 0 | 10111 | 100100 | 10000100 | 10100 | 110111 |
Color Harmonies of #75A37E
Complementary color
Monochromatic Colors of #75A37E
Black with #75A37E
Text Example
Text Example
White with #75A37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A37E; }
p { color: rgb(117,163,126); }
H1.HeaderClassName
{
color: #75A37E;
}
.AnyTagClassName
{
color: #75A37E;
}
</style>
background-color css
<style>
a { background-color: #75A37E; }
a { background-color: rgb(117,163,126); }
div.DivClassName
{
background-color: #75A37E;
}
.BgClassName
{
background-color: #75A37E;
}
</style>
border-color css
<style>
span { border-color: #75A37E; }
span { border-color: rgb(117,163,126); }
td.TdClassName
{
border-color: #75A37E;
}
.TagClassName
{
border-color: #75A37E;
}
</style>