Shades of Oxley #5FA275
Tints of Oxley #5FA275
RGB
CMYK
RGB Variations
Color information
#5FA275 (or 0x5FA275) is known color: Oxley. HEX triplet: 5F, A2 and 75. RGB value is (95,162,117). Sum of RGB (Red+Green+Blue) = 95+162+117=374 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.40% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA275 is #A05D8A. Grayscale: #888888. Windows color (decimal): -10509707 or 7709279. OLE color: 7709279.
HSL color Cylindrical-coordinate representation of color #5FA275: hue angle of 139.7º 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 #5FA275 is Cyan = 0.41, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 117 | - |
| CMYK | 0.41 | 0 | 0.28 | 0.36 |
| HSL | 139.7º | 0.26% | 0.5% | - |
| HSV(B) | 139.7º | 0.41% | 0.64% | - |
| XYZ | 20.85 | 29.56 | 21.44 | - |
| YUV | 136.84 | 116.8 | 98.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 117 | 0.41 | 0 | 0.28 | 0.36 | 139.7 | 0.26 | 0.5 |
| Hex | 5F | A2 | 75 | 29 | 0 | 1C | 24 | 8C | 1A | 32 |
| Octal | 137 | 242 | 165 | 51 | 0 | 34 | 44 | 214 | 32 | 62 |
| Binary | 1011111 | 10100010 | 1110101 | 101001 | 0 | 11100 | 100100 | 10001100 | 11010 | 110010 |
Color Harmonies of #5FA275
Complementary color
Monochromatic Colors of #5FA275
Black with #5FA275
Text Example
Text Example
White with #5FA275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA275; }
p { color: rgb(95,162,117); }
H1.HeaderClassName
{
color: #5FA275;
}
.AnyTagClassName
{
color: #5FA275;
}
</style>
background-color css
<style>
a { background-color: #5FA275; }
a { background-color: rgb(95,162,117); }
div.DivClassName
{
background-color: #5FA275;
}
.BgClassName
{
background-color: #5FA275;
}
</style>
border-color css
<style>
span { border-color: #5FA275; }
span { border-color: rgb(95,162,117); }
td.TdClassName
{
border-color: #5FA275;
}
.TagClassName
{
border-color: #5FA275;
}
</style>