Shades of Oxley #75A97D
Tints of Oxley #75A97D
RGB
CMYK
RGB Variations
Color information
#75A97D (or 0x75A97D) is known color: Oxley. HEX triplet: 75, A9 and 7D. RGB value is (117,169,125). Sum of RGB (Red+Green+Blue) = 117+169+125=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 125 (49.22% from 255 or 30.41% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #75A97D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A97D is #8A5682. Grayscale: #949494. Windows color (decimal): -9066115 or 8235381. OLE color: 8235381.
HSL color Cylindrical-coordinate representation of color #75A97D: hue angle of 129.23º 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 #75A97D is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 117 | 169 | 125 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.34 |
| HSL | 129.23º | 0.23% | 0.56% | - |
| HSV(B) | 129.23º | 0.31% | 0.66% | - |
| XYZ | 25.23 | 33.64 | 24.57 | - |
| YUV | 148.44 | 114.77 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 169 | 125 | 0.31 | 0 | 0.26 | 0.34 | 129.23 | 0.23 | 0.56 |
| Hex | 75 | A9 | 7D | 1F | 0 | 1A | 22 | 81 | 17 | 38 |
| Octal | 165 | 251 | 175 | 37 | 0 | 32 | 42 | 201 | 27 | 70 |
| Binary | 1110101 | 10101001 | 1111101 | 11111 | 0 | 11010 | 100010 | 10000001 | 10111 | 111000 |
Color Harmonies of #75A97D
Complementary color
Monochromatic Colors of #75A97D
Black with #75A97D
Text Example
Text Example
White with #75A97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A97D; }
p { color: rgb(117,169,125); }
H1.HeaderClassName
{
color: #75A97D;
}
.AnyTagClassName
{
color: #75A97D;
}
</style>
background-color css
<style>
a { background-color: #75A97D; }
a { background-color: rgb(117,169,125); }
div.DivClassName
{
background-color: #75A97D;
}
.BgClassName
{
background-color: #75A97D;
}
</style>
border-color css
<style>
span { border-color: #75A97D; }
span { border-color: rgb(117,169,125); }
td.TdClassName
{
border-color: #75A97D;
}
.TagClassName
{
border-color: #75A97D;
}
</style>