Shades of Oxley #60A16B
Tints of Oxley #60A16B
RGB
CMYK
RGB Variations
Color information
#60A16B (or 0x60A16B) is known color: Oxley. HEX triplet: 60, A1 and 6B. RGB value is (96,161,107). Sum of RGB (Red+Green+Blue) = 96+161+107=364 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.37% from 364); Green value is 161 (63.28% from 255 or 44.23% from 364); Blue value is 107 (42.19% from 255 or 29.40% from 364); Max value from RGB is 161 - color contains mainly: green. Hex color #60A16B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A16B is #9F5E94. Grayscale: #878787. Windows color (decimal): -10444437 or 7053664. OLE color: 7053664.
HSL color Cylindrical-coordinate representation of color #60A16B: hue angle of 130.15º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60A16B is Cyan = 0.40, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 96 | 161 | 107 | - |
| CMYK | 0.40 | 0 | 0.34 | 0.37 |
| HSL | 130.15º | 0.26% | 0.5% | - |
| HSV(B) | 130.15º | 0.4% | 0.63% | - |
| XYZ | 20.22 | 29.04 | 18.45 | - |
| YUV | 135.41 | 111.97 | 99.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 161 | 107 | 0.40 | 0 | 0.34 | 0.37 | 130.15 | 0.26 | 0.5 |
| Hex | 60 | A1 | 6B | 28 | 0 | 22 | 25 | 82 | 1A | 32 |
| Octal | 140 | 241 | 153 | 50 | 0 | 42 | 45 | 202 | 32 | 62 |
| Binary | 1100000 | 10100001 | 1101011 | 101000 | 0 | 100010 | 100101 | 10000010 | 11010 | 110010 |
Color Harmonies of #60A16B
Complementary color
Monochromatic Colors of #60A16B
Black with #60A16B
Text Example
Text Example
White with #60A16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A16B; }
p { color: rgb(96,161,107); }
H1.HeaderClassName
{
color: #60A16B;
}
.AnyTagClassName
{
color: #60A16B;
}
</style>
background-color css
<style>
a { background-color: #60A16B; }
a { background-color: rgb(96,161,107); }
div.DivClassName
{
background-color: #60A16B;
}
.BgClassName
{
background-color: #60A16B;
}
</style>
border-color css
<style>
span { border-color: #60A16B; }
span { border-color: rgb(96,161,107); }
td.TdClassName
{
border-color: #60A16B;
}
.TagClassName
{
border-color: #60A16B;
}
</style>