Shades of Oxley #60A471
Tints of Oxley #60A471
RGB
CMYK
RGB Variations
Color information
#60A471 (or 0x60A471) is known color: Oxley. HEX triplet: 60, A4 and 71. RGB value is (96,164,113). Sum of RGB (Red+Green+Blue) = 96+164+113=373 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.74% from 373); Green value is 164 (64.45% from 255 or 43.97% from 373); Blue value is 113 (44.53% from 255 or 30.29% from 373); Max value from RGB is 164 - color contains mainly: green. Hex color #60A471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A471 is #9F5B8E. Grayscale: #898989. Windows color (decimal): -10443663 or 7447648. OLE color: 7447648.
HSL color Cylindrical-coordinate representation of color #60A471: hue angle of 135º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #60A471 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 164 | 113 | - |
| CMYK | 0.41 | 0 | 0.31 | 0.36 |
| HSL | 135º | 0.27% | 0.51% | - |
| HSV(B) | 135º | 0.41% | 0.64% | - |
| XYZ | 21.08 | 30.23 | 20.35 | - |
| YUV | 137.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 113 | 0.41 | 0 | 0.31 | 0.36 | 135 | 0.27 | 0.51 |
| Hex | 60 | A4 | 71 | 29 | 0 | 1F | 24 | 87 | 1B | 33 |
| Octal | 140 | 244 | 161 | 51 | 0 | 37 | 44 | 207 | 33 | 63 |
| Binary | 1100000 | 10100100 | 1110001 | 101001 | 0 | 11111 | 100100 | 10000111 | 11011 | 110011 |
Color Harmonies of #60A471
Complementary color
Monochromatic Colors of #60A471
Black with #60A471
Text Example
Text Example
White with #60A471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A471; }
p { color: rgb(96,164,113); }
H1.HeaderClassName
{
color: #60A471;
}
.AnyTagClassName
{
color: #60A471;
}
</style>
background-color css
<style>
a { background-color: #60A471; }
a { background-color: rgb(96,164,113); }
div.DivClassName
{
background-color: #60A471;
}
.BgClassName
{
background-color: #60A471;
}
</style>
border-color css
<style>
span { border-color: #60A471; }
span { border-color: rgb(96,164,113); }
td.TdClassName
{
border-color: #60A471;
}
.TagClassName
{
border-color: #60A471;
}
</style>