Shades of Oxley #75A07B
Tints of Oxley #75A07B
RGB
CMYK
RGB Variations
Color information
#75A07B (or 0x75A07B) is known color: Oxley. HEX triplet: 75, A0 and 7B. RGB value is (117,160,123). Sum of RGB (Red+Green+Blue) = 117+160+123=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 160 (62.89% from 255 or 40% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 160 - color contains mainly: green. Hex color #75A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75A07B is #8A5F84. Grayscale: #8F8F8F. Windows color (decimal): -9068421 or 8102005. OLE color: 8102005.
HSL color Cylindrical-coordinate representation of color #75A07B: hue angle of 128.37º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #75A07B is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 117 | 160 | 123 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.37 |
| HSL | 128.37º | 0.18% | 0.54% | - |
| HSV(B) | 128.37º | 0.27% | 0.63% | - |
| XYZ | 23.48 | 30.35 | 23.36 | - |
| YUV | 142.93 | 116.75 | 109.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 160 | 123 | 0.27 | 0 | 0.23 | 0.37 | 128.37 | 0.18 | 0.54 |
| Hex | 75 | A0 | 7B | 1B | 0 | 17 | 25 | 80 | 12 | 36 |
| Octal | 165 | 240 | 173 | 33 | 0 | 27 | 45 | 200 | 22 | 66 |
| Binary | 1110101 | 10100000 | 1111011 | 11011 | 0 | 10111 | 100101 | 10000000 | 10010 | 110110 |
Color Harmonies of #75A07B
Complementary color
Monochromatic Colors of #75A07B
Black with #75A07B
Text Example
Text Example
White with #75A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75A07B; }
p { color: rgb(117,160,123); }
H1.HeaderClassName
{
color: #75A07B;
}
.AnyTagClassName
{
color: #75A07B;
}
</style>
background-color css
<style>
a { background-color: #75A07B; }
a { background-color: rgb(117,160,123); }
div.DivClassName
{
background-color: #75A07B;
}
.BgClassName
{
background-color: #75A07B;
}
</style>
border-color css
<style>
span { border-color: #75A07B; }
span { border-color: rgb(117,160,123); }
td.TdClassName
{
border-color: #75A07B;
}
.TagClassName
{
border-color: #75A07B;
}
</style>