Shades of Oxley #60A17C
Tints of Oxley #60A17C
RGB
CMYK
RGB Variations
Color information
#60A17C (or 0x60A17C) is known color: Oxley. HEX triplet: 60, A1 and 7C. RGB value is (96,161,124). Sum of RGB (Red+Green+Blue) = 96+161+124=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 161 (63.28% from 255 or 42.26% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 161 - color contains mainly: green. Hex color #60A17C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A17C is #9F5E83. Grayscale: #898989. Windows color (decimal): -10444420 or 8167776. OLE color: 8167776.
HSL color Cylindrical-coordinate representation of color #60A17C: hue angle of 145.85º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60A17C is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 161 | 124 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.37 |
| HSL | 145.85º | 0.26% | 0.5% | - |
| HSV(B) | 145.85º | 0.4% | 0.63% | - |
| XYZ | 21.21 | 29.43 | 23.63 | - |
| YUV | 137.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 124 | 0.40 | 0 | 0.23 | 0.37 | 145.85 | 0.26 | 0.5 |
| Hex | 60 | A1 | 7C | 28 | 0 | 17 | 25 | 92 | 1A | 32 |
| Octal | 140 | 241 | 174 | 50 | 0 | 27 | 45 | 222 | 32 | 62 |
| Binary | 1100000 | 10100001 | 1111100 | 101000 | 0 | 10111 | 100101 | 10010010 | 11010 | 110010 |
Color Harmonies of #60A17C
Complementary color
Monochromatic Colors of #60A17C
Black with #60A17C
Text Example
Text Example
White with #60A17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A17C; }
p { color: rgb(96,161,124); }
H1.HeaderClassName
{
color: #60A17C;
}
.AnyTagClassName
{
color: #60A17C;
}
</style>
background-color css
<style>
a { background-color: #60A17C; }
a { background-color: rgb(96,161,124); }
div.DivClassName
{
background-color: #60A17C;
}
.BgClassName
{
background-color: #60A17C;
}
</style>
border-color css
<style>
span { border-color: #60A17C; }
span { border-color: rgb(96,161,124); }
td.TdClassName
{
border-color: #60A17C;
}
.TagClassName
{
border-color: #60A17C;
}
</style>