Shades of Oxley #75A87D
Tints of Oxley #75A87D
RGB
CMYK
RGB Variations
Color information
#75A87D (or 0x75A87D) is known color: Oxley. HEX triplet: 75, A8 and 7D. RGB value is (117,168,125). Sum of RGB (Red+Green+Blue) = 117+168+125=410 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.54% from 410); Green value is 168 (66.02% from 255 or 40.98% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 168 - color contains mainly: green. Hex color #75A87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A87D is #8A5782. Grayscale: #939393. Windows color (decimal): -9066371 or 8235125. OLE color: 8235125.
HSL color Cylindrical-coordinate representation of color #75A87D: hue angle of 129.41º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #75A87D is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 168 | 125 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.34 |
| HSL | 129.41º | 0.23% | 0.56% | - |
| HSV(B) | 129.41º | 0.3% | 0.66% | - |
| XYZ | 25.04 | 33.27 | 24.5 | - |
| YUV | 147.85 | 115.1 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 168 | 125 | 0.30 | 0 | 0.26 | 0.34 | 129.41 | 0.23 | 0.56 |
| Hex | 75 | A8 | 7D | 1E | 0 | 1A | 22 | 81 | 17 | 38 |
| Octal | 165 | 250 | 175 | 36 | 0 | 32 | 42 | 201 | 27 | 70 |
| Binary | 1110101 | 10101000 | 1111101 | 11110 | 0 | 11010 | 100010 | 10000001 | 10111 | 111000 |
Color Harmonies of #75A87D
Complementary color
Monochromatic Colors of #75A87D
Black with #75A87D
Text Example
Text Example
White with #75A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A87D; }
p { color: rgb(117,168,125); }
H1.HeaderClassName
{
color: #75A87D;
}
.AnyTagClassName
{
color: #75A87D;
}
</style>
background-color css
<style>
a { background-color: #75A87D; }
a { background-color: rgb(117,168,125); }
div.DivClassName
{
background-color: #75A87D;
}
.BgClassName
{
background-color: #75A87D;
}
</style>
border-color css
<style>
span { border-color: #75A87D; }
span { border-color: rgb(117,168,125); }
td.TdClassName
{
border-color: #75A87D;
}
.TagClassName
{
border-color: #75A87D;
}
</style>