Shades of Oxley #75A97C
Tints of Oxley #75A97C
RGB
CMYK
RGB Variations
Color information
#75A97C (or 0x75A97C) is known color: Oxley. HEX triplet: 75, A9 and 7C. RGB value is (117,169,124). Sum of RGB (Red+Green+Blue) = 117+169+124=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 169 (66.41% from 255 or 41.22% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 169 - color contains mainly: green. Hex color #75A97C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A97C is #8A5683. Grayscale: #949494. Windows color (decimal): -9066116 or 8169845. OLE color: 8169845.
HSL color Cylindrical-coordinate representation of color #75A97C: hue angle of 128.08º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #75A97C is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 124 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.34 |
| HSL | 128.08º | 0.23% | 0.56% | - |
| HSV(B) | 128.08º | 0.31% | 0.66% | - |
| XYZ | 25.16 | 33.61 | 24.23 | - |
| YUV | 148.32 | 114.27 | 105.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 124 | 0.31 | 0 | 0.27 | 0.34 | 128.08 | 0.23 | 0.56 |
| Hex | 75 | A9 | 7C | 1F | 0 | 1B | 22 | 80 | 17 | 38 |
| Octal | 165 | 251 | 174 | 37 | 0 | 33 | 42 | 200 | 27 | 70 |
| Binary | 1110101 | 10101001 | 1111100 | 11111 | 0 | 11011 | 100010 | 10000000 | 10111 | 111000 |
Color Harmonies of #75A97C
Complementary color
Monochromatic Colors of #75A97C
Black with #75A97C
Text Example
Text Example
White with #75A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A97C; }
p { color: rgb(117,169,124); }
H1.HeaderClassName
{
color: #75A97C;
}
.AnyTagClassName
{
color: #75A97C;
}
</style>
background-color css
<style>
a { background-color: #75A97C; }
a { background-color: rgb(117,169,124); }
div.DivClassName
{
background-color: #75A97C;
}
.BgClassName
{
background-color: #75A97C;
}
</style>
border-color css
<style>
span { border-color: #75A97C; }
span { border-color: rgb(117,169,124); }
td.TdClassName
{
border-color: #75A97C;
}
.TagClassName
{
border-color: #75A97C;
}
</style>