Shades of Oxley #5E996A
Tints of Oxley #5E996A
RGB
CMYK
RGB Variations
Color information
#5E996A (or 0x5E996A) is known color: Oxley. HEX triplet: 5E, 99 and 6A. RGB value is (94,153,106). Sum of RGB (Red+Green+Blue) = 94+153+106=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 153 (60.16% from 255 or 43.34% from 353); Blue value is 106 (41.80% from 255 or 30.03% from 353); Max value from RGB is 153 - color contains mainly: green. Hex color #5E996A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E996A is #A16695. Grayscale: #828282. Windows color (decimal): -10577558 or 6986078. OLE color: 6986078.
HSL color Cylindrical-coordinate representation of color #5E996A: hue angle of 132.2º 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 #5E996A is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 106 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.4 |
| HSL | 132.2º | 0.24% | 0.48% | - |
| HSV(B) | 132.2º | 0.39% | 0.6% | - |
| XYZ | 18.61 | 26.2 | 17.71 | - |
| YUV | 130 | 114.45 | 102.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 106 | 0.39 | 0 | 0.31 | 0.4 | 132.2 | 0.24 | 0.48 |
| Hex | 5E | 99 | 6A | 27 | 0 | 1F | 28 | 84 | 18 | 30 |
| Octal | 136 | 231 | 152 | 47 | 0 | 37 | 50 | 204 | 30 | 60 |
| Binary | 1011110 | 10011001 | 1101010 | 100111 | 0 | 11111 | 101000 | 10000100 | 11000 | 110000 |
Color Harmonies of #5E996A
Complementary color
Monochromatic Colors of #5E996A
Black with #5E996A
Text Example
Text Example
White with #5E996A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E996A; }
p { color: rgb(94,153,106); }
H1.HeaderClassName
{
color: #5E996A;
}
.AnyTagClassName
{
color: #5E996A;
}
</style>
background-color css
<style>
a { background-color: #5E996A; }
a { background-color: rgb(94,153,106); }
div.DivClassName
{
background-color: #5E996A;
}
.BgClassName
{
background-color: #5E996A;
}
</style>
border-color css
<style>
span { border-color: #5E996A; }
span { border-color: rgb(94,153,106); }
td.TdClassName
{
border-color: #5E996A;
}
.TagClassName
{
border-color: #5E996A;
}
</style>