Shades of Oxley #75A37C
Tints of Oxley #75A37C
RGB
CMYK
RGB Variations
Color information
#75A37C (or 0x75A37C) is known color: Oxley. HEX triplet: 75, A3 and 7C. RGB value is (117,163,124). Sum of RGB (Red+Green+Blue) = 117+163+124=404 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.96% from 404); Green value is 163 (64.06% from 255 or 40.35% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 163 - color contains mainly: green. Hex color #75A37C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A37C is #8A5C83. Grayscale: #909090. Windows color (decimal): -9067652 or 8168309. OLE color: 8168309.
HSL color Cylindrical-coordinate representation of color #75A37C: hue angle of 129.13º 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 #75A37C is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 117 | 163 | 124 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.36 |
| HSL | 129.13º | 0.2% | 0.55% | - |
| HSV(B) | 129.13º | 0.28% | 0.64% | - |
| XYZ | 24.07 | 31.43 | 23.87 | - |
| YUV | 144.8 | 116.26 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 163 | 124 | 0.28 | 0 | 0.24 | 0.36 | 129.13 | 0.2 | 0.55 |
| Hex | 75 | A3 | 7C | 1C | 0 | 18 | 24 | 81 | 14 | 37 |
| Octal | 165 | 243 | 174 | 34 | 0 | 30 | 44 | 201 | 24 | 67 |
| Binary | 1110101 | 10100011 | 1111100 | 11100 | 0 | 11000 | 100100 | 10000001 | 10100 | 110111 |
Color Harmonies of #75A37C
Complementary color
Monochromatic Colors of #75A37C
Black with #75A37C
Text Example
Text Example
White with #75A37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A37C; }
p { color: rgb(117,163,124); }
H1.HeaderClassName
{
color: #75A37C;
}
.AnyTagClassName
{
color: #75A37C;
}
</style>
background-color css
<style>
a { background-color: #75A37C; }
a { background-color: rgb(117,163,124); }
div.DivClassName
{
background-color: #75A37C;
}
.BgClassName
{
background-color: #75A37C;
}
</style>
border-color css
<style>
span { border-color: #75A37C; }
span { border-color: rgb(117,163,124); }
td.TdClassName
{
border-color: #75A37C;
}
.TagClassName
{
border-color: #75A37C;
}
</style>