Shades of Oxley #60A874
Tints of Oxley #60A874
RGB
CMYK
RGB Variations
Color information
#60A874 (or 0x60A874) is known color: Oxley. HEX triplet: 60, A8 and 74. RGB value is (96,168,116). Sum of RGB (Red+Green+Blue) = 96+168+116=380 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.26% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 168 - color contains mainly: green. Hex color #60A874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A874 is #9F578B. Grayscale: #8C8C8C. Windows color (decimal): -10442636 or 7645280. OLE color: 7645280.
HSL color Cylindrical-coordinate representation of color #60A874: hue angle of 136.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 #60A874 is Cyan = 0.43, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 96 | 168 | 116 | - |
| CMYK | 0.43 | 0 | 0.31 | 0.34 |
| HSL | 136.67º | 0.29% | 0.52% | - |
| HSV(B) | 136.67º | 0.43% | 0.66% | - |
| XYZ | 21.98 | 31.75 | 21.49 | - |
| YUV | 140.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 168 | 116 | 0.43 | 0 | 0.31 | 0.34 | 136.67 | 0.29 | 0.52 |
| Hex | 60 | A8 | 74 | 2B | 0 | 1F | 22 | 89 | 1D | 34 |
| Octal | 140 | 250 | 164 | 53 | 0 | 37 | 42 | 211 | 35 | 64 |
| Binary | 1100000 | 10101000 | 1110100 | 101011 | 0 | 11111 | 100010 | 10001001 | 11101 | 110100 |
Color Harmonies of #60A874
Complementary color
Monochromatic Colors of #60A874
Black with #60A874
Text Example
Text Example
White with #60A874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A874; }
p { color: rgb(96,168,116); }
H1.HeaderClassName
{
color: #60A874;
}
.AnyTagClassName
{
color: #60A874;
}
</style>
background-color css
<style>
a { background-color: #60A874; }
a { background-color: rgb(96,168,116); }
div.DivClassName
{
background-color: #60A874;
}
.BgClassName
{
background-color: #60A874;
}
</style>
border-color css
<style>
span { border-color: #60A874; }
span { border-color: rgb(96,168,116); }
td.TdClassName
{
border-color: #60A874;
}
.TagClassName
{
border-color: #60A874;
}
</style>