Shades of Oxley #5E9671
Tints of Oxley #5E9671
RGB
CMYK
RGB Variations
Color information
#5E9671 (or 0x5E9671) is known color: Oxley. HEX triplet: 5E, 96 and 71. RGB value is (94,150,113). Sum of RGB (Red+Green+Blue) = 94+150+113=357 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.33% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 113 (44.53% from 255 or 31.65% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #5E9671 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9671 is #A1698E. Grayscale: #818181. Windows color (decimal): -10578319 or 7444062. OLE color: 7444062.
HSL color Cylindrical-coordinate representation of color #5E9671: hue angle of 140.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E9671 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 113 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.41 |
| HSL | 140.36º | 0.23% | 0.48% | - |
| HSV(B) | 140.36º | 0.37% | 0.59% | - |
| XYZ | 18.5 | 25.38 | 19.55 | - |
| YUV | 129.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 113 | 0.37 | 0 | 0.25 | 0.41 | 140.36 | 0.23 | 0.48 |
| Hex | 5E | 96 | 71 | 25 | 0 | 19 | 29 | 8C | 17 | 30 |
| Octal | 136 | 226 | 161 | 45 | 0 | 31 | 51 | 214 | 27 | 60 |
| Binary | 1011110 | 10010110 | 1110001 | 100101 | 0 | 11001 | 101001 | 10001100 | 10111 | 110000 |
Color Harmonies of #5E9671
Complementary color
Monochromatic Colors of #5E9671
Black with #5E9671
Text Example
Text Example
White with #5E9671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9671; }
p { color: rgb(94,150,113); }
H1.HeaderClassName
{
color: #5E9671;
}
.AnyTagClassName
{
color: #5E9671;
}
</style>
background-color css
<style>
a { background-color: #5E9671; }
a { background-color: rgb(94,150,113); }
div.DivClassName
{
background-color: #5E9671;
}
.BgClassName
{
background-color: #5E9671;
}
</style>
border-color css
<style>
span { border-color: #5E9671; }
span { border-color: rgb(94,150,113); }
td.TdClassName
{
border-color: #5E9671;
}
.TagClassName
{
border-color: #5E9671;
}
</style>