Shades of Oxley #5E9570
Tints of Oxley #5E9570
RGB
CMYK
RGB Variations
Color information
#5E9570 (or 0x5E9570) is known color: Oxley. HEX triplet: 5E, 95 and 70. RGB value is (94,149,112). Sum of RGB (Red+Green+Blue) = 94+149+112=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 112 (44.14% from 255 or 31.55% from 355); Max value from RGB is 149 - color contains mainly: green. Hex color #5E9570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9570 is #A16A8F. Grayscale: #808080. Windows color (decimal): -10578576 or 7378270. OLE color: 7378270.
HSL color Cylindrical-coordinate representation of color #5E9570: hue angle of 139.64º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9570 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 112 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.42 |
| HSL | 139.64º | 0.23% | 0.48% | - |
| HSV(B) | 139.64º | 0.37% | 0.58% | - |
| XYZ | 18.29 | 25.04 | 19.2 | - |
| YUV | 128.34 | 118.78 | 103.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 112 | 0.37 | 0 | 0.25 | 0.42 | 139.64 | 0.23 | 0.48 |
| Hex | 5E | 95 | 70 | 25 | 0 | 19 | 2A | 8C | 17 | 30 |
| Octal | 136 | 225 | 160 | 45 | 0 | 31 | 52 | 214 | 27 | 60 |
| Binary | 1011110 | 10010101 | 1110000 | 100101 | 0 | 11001 | 101010 | 10001100 | 10111 | 110000 |
Color Harmonies of #5E9570
Complementary color
Monochromatic Colors of #5E9570
Black with #5E9570
Text Example
Text Example
White with #5E9570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9570; }
p { color: rgb(94,149,112); }
H1.HeaderClassName
{
color: #5E9570;
}
.AnyTagClassName
{
color: #5E9570;
}
</style>
background-color css
<style>
a { background-color: #5E9570; }
a { background-color: rgb(94,149,112); }
div.DivClassName
{
background-color: #5E9570;
}
.BgClassName
{
background-color: #5E9570;
}
</style>
border-color css
<style>
span { border-color: #5E9570; }
span { border-color: rgb(94,149,112); }
td.TdClassName
{
border-color: #5E9570;
}
.TagClassName
{
border-color: #5E9570;
}
</style>