Shades of Oxley #5FA370
Tints of Oxley #5FA370
RGB
CMYK
RGB Variations
Color information
#5FA370 (or 0x5FA370) is known color: Oxley. HEX triplet: 5F, A3 and 70. RGB value is (95,163,112). Sum of RGB (Red+Green+Blue) = 95+163+112=370 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.68% from 370); Green value is 163 (64.06% from 255 or 44.05% from 370); Blue value is 112 (44.14% from 255 or 30.27% from 370); Max value from RGB is 163 - color contains mainly: green. Hex color #5FA370 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA370 is #A05C8F. Grayscale: #888888. Windows color (decimal): -10509456 or 7381855. OLE color: 7381855.
HSL color Cylindrical-coordinate representation of color #5FA370: hue angle of 135º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5FA370 is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 163 | 112 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.36 |
| HSL | 135º | 0.27% | 0.51% | - |
| HSV(B) | 135º | 0.42% | 0.64% | - |
| XYZ | 20.74 | 29.8 | 19.99 | - |
| YUV | 136.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 163 | 112 | 0.42 | 0 | 0.31 | 0.36 | 135 | 0.27 | 0.51 |
| Hex | 5F | A3 | 70 | 2A | 0 | 1F | 24 | 87 | 1B | 33 |
| Octal | 137 | 243 | 160 | 52 | 0 | 37 | 44 | 207 | 33 | 63 |
| Binary | 1011111 | 10100011 | 1110000 | 101010 | 0 | 11111 | 100100 | 10000111 | 11011 | 110011 |
Color Harmonies of #5FA370
Complementary color
Monochromatic Colors of #5FA370
Black with #5FA370
Text Example
Text Example
White with #5FA370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA370; }
p { color: rgb(95,163,112); }
H1.HeaderClassName
{
color: #5FA370;
}
.AnyTagClassName
{
color: #5FA370;
}
</style>
background-color css
<style>
a { background-color: #5FA370; }
a { background-color: rgb(95,163,112); }
div.DivClassName
{
background-color: #5FA370;
}
.BgClassName
{
background-color: #5FA370;
}
</style>
border-color css
<style>
span { border-color: #5FA370; }
span { border-color: rgb(95,163,112); }
td.TdClassName
{
border-color: #5FA370;
}
.TagClassName
{
border-color: #5FA370;
}
</style>