Shades of Oxley #5E9977
Tints of Oxley #5E9977
RGB
CMYK
RGB Variations
Color information
#5E9977 (or 0x5E9977) is known color: Oxley. HEX triplet: 5E, 99 and 77. RGB value is (94,153,119). Sum of RGB (Red+Green+Blue) = 94+153+119=366 (48% of max value = 765). Red value is 94 (37.11% from 255 or 25.68% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #5E9977 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E9977 is #A16688. Grayscale: #838383. Windows color (decimal): -10577545 or 7838046. OLE color: 7838046.
HSL color Cylindrical-coordinate representation of color #5E9977: hue angle of 145.42º degrees, saturation: 0.24, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5E9977 is Cyan = 0.39, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 119 | - |
| CMYK | 0.39 | 0 | 0.22 | 0.4 |
| HSL | 145.42º | 0.24% | 0.48% | - |
| HSV(B) | 145.42º | 0.39% | 0.6% | - |
| XYZ | 19.34 | 26.49 | 21.55 | - |
| YUV | 131.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 119 | 0.39 | 0 | 0.22 | 0.4 | 145.42 | 0.24 | 0.48 |
| Hex | 5E | 99 | 77 | 27 | 0 | 16 | 28 | 91 | 18 | 30 |
| Octal | 136 | 231 | 167 | 47 | 0 | 26 | 50 | 221 | 30 | 60 |
| Binary | 1011110 | 10011001 | 1110111 | 100111 | 0 | 10110 | 101000 | 10010001 | 11000 | 110000 |
Color Harmonies of #5E9977
Complementary color
Monochromatic Colors of #5E9977
Black with #5E9977
Text Example
Text Example
White with #5E9977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9977; }
p { color: rgb(94,153,119); }
H1.HeaderClassName
{
color: #5E9977;
}
.AnyTagClassName
{
color: #5E9977;
}
</style>
background-color css
<style>
a { background-color: #5E9977; }
a { background-color: rgb(94,153,119); }
div.DivClassName
{
background-color: #5E9977;
}
.BgClassName
{
background-color: #5E9977;
}
</style>
border-color css
<style>
span { border-color: #5E9977; }
span { border-color: rgb(94,153,119); }
td.TdClassName
{
border-color: #5E9977;
}
.TagClassName
{
border-color: #5E9977;
}
</style>