Shades of Oxley #60A36F
Tints of Oxley #60A36F
RGB
CMYK
RGB Variations
Color information
#60A36F (or 0x60A36F) is known color: Oxley. HEX triplet: 60, A3 and 6F. RGB value is (96,163,111). Sum of RGB (Red+Green+Blue) = 96+163+111=370 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.95% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #60A36F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #60A36F is #9F5C90. Grayscale: #898989. Windows color (decimal): -10443921 or 7316320. OLE color: 7316320.
HSL color Cylindrical-coordinate representation of color #60A36F: hue angle of 133.43º 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 #60A36F is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 96 | 163 | 111 | - |
| CMYK | 0.41 | 0 | 0.32 | 0.36 |
| HSL | 133.43º | 0.27% | 0.51% | - |
| HSV(B) | 133.43º | 0.41% | 0.64% | - |
| XYZ | 20.79 | 29.83 | 19.7 | - |
| YUV | 137.04 | 113.3 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 163 | 111 | 0.41 | 0 | 0.32 | 0.36 | 133.43 | 0.27 | 0.51 |
| Hex | 60 | A3 | 6F | 29 | 0 | 20 | 24 | 85 | 1B | 33 |
| Octal | 140 | 243 | 157 | 51 | 0 | 40 | 44 | 205 | 33 | 63 |
| Binary | 1100000 | 10100011 | 1101111 | 101001 | 0 | 100000 | 100100 | 10000101 | 11011 | 110011 |
Color Harmonies of #60A36F
Complementary color
Monochromatic Colors of #60A36F
Black with #60A36F
Text Example
Text Example
White with #60A36F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60A36F; }
p { color: rgb(96,163,111); }
H1.HeaderClassName
{
color: #60A36F;
}
.AnyTagClassName
{
color: #60A36F;
}
</style>
background-color css
<style>
a { background-color: #60A36F; }
a { background-color: rgb(96,163,111); }
div.DivClassName
{
background-color: #60A36F;
}
.BgClassName
{
background-color: #60A36F;
}
</style>
border-color css
<style>
span { border-color: #60A36F; }
span { border-color: rgb(96,163,111); }
td.TdClassName
{
border-color: #60A36F;
}
.TagClassName
{
border-color: #60A36F;
}
</style>