Shades of Oxley #60A672
Tints of Oxley #60A672
RGB
CMYK
RGB Variations
Color information
#60A672 (or 0x60A672) is known color: Oxley. HEX triplet: 60, A6 and 72. RGB value is (96,166,114). Sum of RGB (Red+Green+Blue) = 96+166+114=376 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.53% from 376); Green value is 166 (65.23% from 255 or 44.15% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 166 - color contains mainly: green. Hex color #60A672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A672 is #9F598D. Grayscale: #8B8B8B. Windows color (decimal): -10443150 or 7513696. OLE color: 7513696.
HSL color Cylindrical-coordinate representation of color #60A672: hue angle of 135.43º 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 #60A672 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 96 | 166 | 114 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.35 |
| HSL | 135.43º | 0.28% | 0.51% | - |
| HSV(B) | 135.43º | 0.42% | 0.65% | - |
| XYZ | 21.5 | 30.97 | 20.77 | - |
| YUV | 139.14 | 113.81 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 166 | 114 | 0.42 | 0 | 0.31 | 0.35 | 135.43 | 0.28 | 0.51 |
| Hex | 60 | A6 | 72 | 2A | 0 | 1F | 23 | 87 | 1C | 33 |
| Octal | 140 | 246 | 162 | 52 | 0 | 37 | 43 | 207 | 34 | 63 |
| Binary | 1100000 | 10100110 | 1110010 | 101010 | 0 | 11111 | 100011 | 10000111 | 11100 | 110011 |
Color Harmonies of #60A672
Complementary color
Monochromatic Colors of #60A672
Black with #60A672
Text Example
Text Example
White with #60A672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A672; }
p { color: rgb(96,166,114); }
H1.HeaderClassName
{
color: #60A672;
}
.AnyTagClassName
{
color: #60A672;
}
</style>
background-color css
<style>
a { background-color: #60A672; }
a { background-color: rgb(96,166,114); }
div.DivClassName
{
background-color: #60A672;
}
.BgClassName
{
background-color: #60A672;
}
</style>
border-color css
<style>
span { border-color: #60A672; }
span { border-color: rgb(96,166,114); }
td.TdClassName
{
border-color: #60A672;
}
.TagClassName
{
border-color: #60A672;
}
</style>