Shades of Oxley #60A472
Tints of Oxley #60A472
RGB
CMYK
RGB Variations
Color information
#60A472 (or 0x60A472) is known color: Oxley. HEX triplet: 60, A4 and 72. RGB value is (96,164,114). Sum of RGB (Red+Green+Blue) = 96+164+114=374 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.67% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 114 (44.92% from 255 or 30.48% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #60A472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A472 is #9F5B8D. Grayscale: #8A8A8A. Windows color (decimal): -10443662 or 7513184. OLE color: 7513184.
HSL color Cylindrical-coordinate representation of color #60A472: hue angle of 135.88º 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 #60A472 is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 164 | 114 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.36 |
| HSL | 135.88º | 0.27% | 0.51% | - |
| HSV(B) | 135.88º | 0.41% | 0.64% | - |
| XYZ | 21.14 | 30.25 | 20.64 | - |
| YUV | 137.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 164 | 114 | 0.41 | 0 | 0.30 | 0.36 | 135.88 | 0.27 | 0.51 |
| Hex | 60 | A4 | 72 | 29 | 0 | 1E | 24 | 88 | 1B | 33 |
| Octal | 140 | 244 | 162 | 51 | 0 | 36 | 44 | 210 | 33 | 63 |
| Binary | 1100000 | 10100100 | 1110010 | 101001 | 0 | 11110 | 100100 | 10001000 | 11011 | 110011 |
Color Harmonies of #60A472
Complementary color
Monochromatic Colors of #60A472
Black with #60A472
Text Example
Text Example
White with #60A472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A472; }
p { color: rgb(96,164,114); }
H1.HeaderClassName
{
color: #60A472;
}
.AnyTagClassName
{
color: #60A472;
}
</style>
background-color css
<style>
a { background-color: #60A472; }
a { background-color: rgb(96,164,114); }
div.DivClassName
{
background-color: #60A472;
}
.BgClassName
{
background-color: #60A472;
}
</style>
border-color css
<style>
span { border-color: #60A472; }
span { border-color: rgb(96,164,114); }
td.TdClassName
{
border-color: #60A472;
}
.TagClassName
{
border-color: #60A472;
}
</style>