Shades of Oxley #5FA27A
Tints of Oxley #5FA27A
RGB
CMYK
RGB Variations
Color information
#5FA27A (or 0x5FA27A) is known color: Oxley. HEX triplet: 5F, A2 and 7A. RGB value is (95,162,122). Sum of RGB (Red+Green+Blue) = 95+162+122=379 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.07% from 379); Green value is 162 (63.67% from 255 or 42.74% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 162 - color contains mainly: green. Hex color #5FA27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA27A is #A05D85. Grayscale: #898989. Windows color (decimal): -10509702 or 8036959. OLE color: 8036959.
HSL color Cylindrical-coordinate representation of color #5FA27A: hue angle of 144.18º 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 #5FA27A is Cyan = 0.41, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 95 | 162 | 122 | - |
| CMYK | 0.41 | 0 | 0.25 | 0.36 |
| HSL | 144.18º | 0.26% | 0.5% | - |
| HSV(B) | 144.18º | 0.41% | 0.64% | - |
| XYZ | 21.15 | 29.68 | 23.03 | - |
| YUV | 137.41 | 119.3 | 97.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 162 | 122 | 0.41 | 0 | 0.25 | 0.36 | 144.18 | 0.26 | 0.5 |
| Hex | 5F | A2 | 7A | 29 | 0 | 19 | 24 | 90 | 1A | 32 |
| Octal | 137 | 242 | 172 | 51 | 0 | 31 | 44 | 220 | 32 | 62 |
| Binary | 1011111 | 10100010 | 1111010 | 101001 | 0 | 11001 | 100100 | 10010000 | 11010 | 110010 |
Color Harmonies of #5FA27A
Complementary color
Monochromatic Colors of #5FA27A
Black with #5FA27A
Text Example
Text Example
White with #5FA27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA27A; }
p { color: rgb(95,162,122); }
H1.HeaderClassName
{
color: #5FA27A;
}
.AnyTagClassName
{
color: #5FA27A;
}
</style>
background-color css
<style>
a { background-color: #5FA27A; }
a { background-color: rgb(95,162,122); }
div.DivClassName
{
background-color: #5FA27A;
}
.BgClassName
{
background-color: #5FA27A;
}
</style>
border-color css
<style>
span { border-color: #5FA27A; }
span { border-color: rgb(95,162,122); }
td.TdClassName
{
border-color: #5FA27A;
}
.TagClassName
{
border-color: #5FA27A;
}
</style>