Shades of Oxley #5F9E7A
Tints of Oxley #5F9E7A
RGB
CMYK
RGB Variations
Color information
#5F9E7A (or 0x5F9E7A) is known color: Oxley. HEX triplet: 5F, 9E and 7A. RGB value is (95,158,122). Sum of RGB (Red+Green+Blue) = 95+158+122=375 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.33% from 375); Green value is 158 (62.11% from 255 or 42.13% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 158 - color contains mainly: green. Hex color #5F9E7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5F9E7A is #A06185. Grayscale: #878787. Windows color (decimal): -10510726 or 8035935. OLE color: 8035935.
HSL color Cylindrical-coordinate representation of color #5F9E7A: hue angle of 145.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F9E7A is Cyan = 0.40, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 95 | 158 | 122 | - |
| CMYK | 0.40 | 0 | 0.23 | 0.38 |
| HSL | 145.71º | 0.25% | 0.5% | - |
| HSV(B) | 145.71º | 0.4% | 0.62% | - |
| XYZ | 20.46 | 28.29 | 22.79 | - |
| YUV | 135.06 | 120.63 | 99.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 158 | 122 | 0.40 | 0 | 0.23 | 0.38 | 145.71 | 0.25 | 0.5 |
| Hex | 5F | 9E | 7A | 28 | 0 | 17 | 26 | 92 | 19 | 32 |
| Octal | 137 | 236 | 172 | 50 | 0 | 27 | 46 | 222 | 31 | 62 |
| Binary | 1011111 | 10011110 | 1111010 | 101000 | 0 | 10111 | 100110 | 10010010 | 11001 | 110010 |
Color Harmonies of #5F9E7A
Complementary color
Monochromatic Colors of #5F9E7A
Black with #5F9E7A
Text Example
Text Example
White with #5F9E7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F9E7A; }
p { color: rgb(95,158,122); }
H1.HeaderClassName
{
color: #5F9E7A;
}
.AnyTagClassName
{
color: #5F9E7A;
}
</style>
background-color css
<style>
a { background-color: #5F9E7A; }
a { background-color: rgb(95,158,122); }
div.DivClassName
{
background-color: #5F9E7A;
}
.BgClassName
{
background-color: #5F9E7A;
}
</style>
border-color css
<style>
span { border-color: #5F9E7A; }
span { border-color: rgb(95,158,122); }
td.TdClassName
{
border-color: #5F9E7A;
}
.TagClassName
{
border-color: #5F9E7A;
}
</style>