Shades of Oxley #60A87A
Tints of Oxley #60A87A
RGB
CMYK
RGB Variations
Color information
#60A87A (or 0x60A87A) is known color: Oxley. HEX triplet: 60, A8 and 7A. RGB value is (96,168,122). Sum of RGB (Red+Green+Blue) = 96+168+122=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 122 (48.05% from 255 or 31.61% from 386); Max value from RGB is 168 - color contains mainly: green. Hex color #60A87A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A87A is #9F5785. Grayscale: #8D8D8D. Windows color (decimal): -10442630 or 8038496. OLE color: 8038496.
HSL color Cylindrical-coordinate representation of color #60A87A: hue angle of 141.67º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60A87A is Cyan = 0.43, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 168 | 122 | - |
| CMYK | 0.43 | 0 | 0.27 | 0.34 |
| HSL | 141.67º | 0.29% | 0.52% | - |
| HSV(B) | 141.67º | 0.43% | 0.66% | - |
| XYZ | 22.34 | 31.9 | 23.39 | - |
| YUV | 141.23 | 117.15 | 95.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 122 | 0.43 | 0 | 0.27 | 0.34 | 141.67 | 0.29 | 0.52 |
| Hex | 60 | A8 | 7A | 2B | 0 | 1B | 22 | 8E | 1D | 34 |
| Octal | 140 | 250 | 172 | 53 | 0 | 33 | 42 | 216 | 35 | 64 |
| Binary | 1100000 | 10101000 | 1111010 | 101011 | 0 | 11011 | 100010 | 10001110 | 11101 | 110100 |
Color Harmonies of #60A87A
Complementary color
Monochromatic Colors of #60A87A
Black with #60A87A
Text Example
Text Example
White with #60A87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A87A; }
p { color: rgb(96,168,122); }
H1.HeaderClassName
{
color: #60A87A;
}
.AnyTagClassName
{
color: #60A87A;
}
</style>
background-color css
<style>
a { background-color: #60A87A; }
a { background-color: rgb(96,168,122); }
div.DivClassName
{
background-color: #60A87A;
}
.BgClassName
{
background-color: #60A87A;
}
</style>
border-color css
<style>
span { border-color: #60A87A; }
span { border-color: rgb(96,168,122); }
td.TdClassName
{
border-color: #60A87A;
}
.TagClassName
{
border-color: #60A87A;
}
</style>