Shades of Oxley #5E996B
Tints of Oxley #5E996B
RGB
CMYK
RGB Variations
Color information
#5E996B (or 0x5E996B) is known color: Oxley. HEX triplet: 5E, 99 and 6B. RGB value is (94,153,107). Sum of RGB (Red+Green+Blue) = 94+153+107=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 153 (60.16% from 255 or 43.22% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 153 - color contains mainly: green. Hex color #5E996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E996B is #A16694. Grayscale: #828282. Windows color (decimal): -10577557 or 7051614. OLE color: 7051614.
HSL color Cylindrical-coordinate representation of color #5E996B: hue angle of 133.22º 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 #5E996B is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 153 | 107 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.4 |
| HSL | 133.22º | 0.24% | 0.48% | - |
| HSV(B) | 133.22º | 0.39% | 0.6% | - |
| XYZ | 18.66 | 26.22 | 17.99 | - |
| YUV | 130.12 | 114.95 | 102.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 153 | 107 | 0.39 | 0 | 0.30 | 0.4 | 133.22 | 0.24 | 0.48 |
| Hex | 5E | 99 | 6B | 27 | 0 | 1E | 28 | 85 | 18 | 30 |
| Octal | 136 | 231 | 153 | 47 | 0 | 36 | 50 | 205 | 30 | 60 |
| Binary | 1011110 | 10011001 | 1101011 | 100111 | 0 | 11110 | 101000 | 10000101 | 11000 | 110000 |
Color Harmonies of #5E996B
Complementary color
Monochromatic Colors of #5E996B
Black with #5E996B
Text Example
Text Example
White with #5E996B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E996B; }
p { color: rgb(94,153,107); }
H1.HeaderClassName
{
color: #5E996B;
}
.AnyTagClassName
{
color: #5E996B;
}
</style>
background-color css
<style>
a { background-color: #5E996B; }
a { background-color: rgb(94,153,107); }
div.DivClassName
{
background-color: #5E996B;
}
.BgClassName
{
background-color: #5E996B;
}
</style>
border-color css
<style>
span { border-color: #5E996B; }
span { border-color: rgb(94,153,107); }
td.TdClassName
{
border-color: #5E996B;
}
.TagClassName
{
border-color: #5E996B;
}
</style>