Shades of Oxley #5FA273
Tints of Oxley #5FA273
RGB
CMYK
RGB Variations
Color information
#5FA273 (or 0x5FA273) is known color: Oxley. HEX triplet: 5F, A2 and 73. RGB value is (95,162,115). Sum of RGB (Red+Green+Blue) = 95+162+115=372 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.54% from 372); Green value is 162 (63.67% from 255 or 43.55% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA273 is #A05D8C. Grayscale: #888888. Windows color (decimal): -10509709 or 7578207. OLE color: 7578207.
HSL color Cylindrical-coordinate representation of color #5FA273: hue angle of 137.91º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5FA273 is Cyan = 0.41, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 115 | - |
| CMYK | 0.41 | 0 | 0.29 | 0.36 |
| HSL | 137.91º | 0.26% | 0.5% | - |
| HSV(B) | 137.91º | 0.41% | 0.64% | - |
| XYZ | 20.73 | 29.51 | 20.82 | - |
| YUV | 136.61 | 115.8 | 98.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 115 | 0.41 | 0 | 0.29 | 0.36 | 137.91 | 0.26 | 0.5 |
| Hex | 5F | A2 | 73 | 29 | 0 | 1D | 24 | 8A | 1A | 32 |
| Octal | 137 | 242 | 163 | 51 | 0 | 35 | 44 | 212 | 32 | 62 |
| Binary | 1011111 | 10100010 | 1110011 | 101001 | 0 | 11101 | 100100 | 10001010 | 11010 | 110010 |
Color Harmonies of #5FA273
Complementary color
Monochromatic Colors of #5FA273
Black with #5FA273
Text Example
Text Example
White with #5FA273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA273; }
p { color: rgb(95,162,115); }
H1.HeaderClassName
{
color: #5FA273;
}
.AnyTagClassName
{
color: #5FA273;
}
</style>
background-color css
<style>
a { background-color: #5FA273; }
a { background-color: rgb(95,162,115); }
div.DivClassName
{
background-color: #5FA273;
}
.BgClassName
{
background-color: #5FA273;
}
</style>
border-color css
<style>
span { border-color: #5FA273; }
span { border-color: rgb(95,162,115); }
td.TdClassName
{
border-color: #5FA273;
}
.TagClassName
{
border-color: #5FA273;
}
</style>