Shades of Oxley #5FA872
Tints of Oxley #5FA872
RGB
CMYK
RGB Variations
Color information
#5FA872 (or 0x5FA872) is known color: Oxley. HEX triplet: 5F, A8 and 72. RGB value is (95,168,114). Sum of RGB (Red+Green+Blue) = 95+168+114=377 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.20% from 377); Green value is 168 (66.02% from 255 or 44.56% from 377); Blue value is 114 (44.92% from 255 or 30.24% from 377); Max value from RGB is 168 - color contains mainly: green. Hex color #5FA872 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5FA872 is #A0578D. Grayscale: #8C8C8C. Windows color (decimal): -10508174 or 7514207. OLE color: 7514207.
HSL color Cylindrical-coordinate representation of color #5FA872: hue angle of 135.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5FA872 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 95 | 168 | 114 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.34 |
| HSL | 135.62º | 0.3% | 0.52% | - |
| HSV(B) | 135.62º | 0.43% | 0.66% | - |
| XYZ | 21.76 | 31.65 | 20.88 | - |
| YUV | 140.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 168 | 114 | 0.43 | 0 | 0.32 | 0.34 | 135.62 | 0.3 | 0.52 |
| Hex | 5F | A8 | 72 | 2B | 0 | 20 | 22 | 88 | 1E | 34 |
| Octal | 137 | 250 | 162 | 53 | 0 | 40 | 42 | 210 | 36 | 64 |
| Binary | 1011111 | 10101000 | 1110010 | 101011 | 0 | 100000 | 100010 | 10001000 | 11110 | 110100 |
Color Harmonies of #5FA872
Complementary color
Monochromatic Colors of #5FA872
Black with #5FA872
Text Example
Text Example
White with #5FA872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FA872; }
p { color: rgb(95,168,114); }
H1.HeaderClassName
{
color: #5FA872;
}
.AnyTagClassName
{
color: #5FA872;
}
</style>
background-color css
<style>
a { background-color: #5FA872; }
a { background-color: rgb(95,168,114); }
div.DivClassName
{
background-color: #5FA872;
}
.BgClassName
{
background-color: #5FA872;
}
</style>
border-color css
<style>
span { border-color: #5FA872; }
span { border-color: rgb(95,168,114); }
td.TdClassName
{
border-color: #5FA872;
}
.TagClassName
{
border-color: #5FA872;
}
</style>