Shades of Oxley #60A673
Tints of Oxley #60A673
RGB
CMYK
RGB Variations
Color information
#60A673 (or 0x60A673) is known color: Oxley. HEX triplet: 60, A6 and 73. RGB value is (96,166,115). Sum of RGB (Red+Green+Blue) = 96+166+115=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 115 (45.31% from 255 or 30.50% from 377); Max value from RGB is 166 - color contains mainly: green. Hex color #60A673 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A673 is #9F598C. Grayscale: #8B8B8B. Windows color (decimal): -10443149 or 7579232. OLE color: 7579232.
HSL color Cylindrical-coordinate representation of color #60A673: hue angle of 136.29º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60A673 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 115 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.35 |
| HSL | 136.29º | 0.28% | 0.51% | - |
| HSV(B) | 136.29º | 0.42% | 0.65% | - |
| XYZ | 21.55 | 31 | 21.07 | - |
| YUV | 139.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 115 | 0.42 | 0 | 0.31 | 0.35 | 136.29 | 0.28 | 0.51 |
| Hex | 60 | A6 | 73 | 2A | 0 | 1F | 23 | 88 | 1C | 33 |
| Octal | 140 | 246 | 163 | 52 | 0 | 37 | 43 | 210 | 34 | 63 |
| Binary | 1100000 | 10100110 | 1110011 | 101010 | 0 | 11111 | 100011 | 10001000 | 11100 | 110011 |
Color Harmonies of #60A673
Complementary color
Monochromatic Colors of #60A673
Black with #60A673
Text Example
Text Example
White with #60A673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A673; }
p { color: rgb(96,166,115); }
H1.HeaderClassName
{
color: #60A673;
}
.AnyTagClassName
{
color: #60A673;
}
</style>
background-color css
<style>
a { background-color: #60A673; }
a { background-color: rgb(96,166,115); }
div.DivClassName
{
background-color: #60A673;
}
.BgClassName
{
background-color: #60A673;
}
</style>
border-color css
<style>
span { border-color: #60A673; }
span { border-color: rgb(96,166,115); }
td.TdClassName
{
border-color: #60A673;
}
.TagClassName
{
border-color: #60A673;
}
</style>