Shades of Oxley #5E966A
Tints of Oxley #5E966A
RGB
CMYK
RGB Variations
Color information
#5E966A (or 0x5E966A) is known color: Oxley. HEX triplet: 5E, 96 and 6A. RGB value is (94,150,106). Sum of RGB (Red+Green+Blue) = 94+150+106=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #5E966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E966A is #A16995. Grayscale: #808080. Windows color (decimal): -10578326 or 6985310. OLE color: 6985310.
HSL color Cylindrical-coordinate representation of color #5E966A: hue angle of 132.86º 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 #5E966A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 150 | 106 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.41 |
| HSL | 132.86º | 0.23% | 0.48% | - |
| HSV(B) | 132.86º | 0.37% | 0.59% | - |
| XYZ | 18.12 | 25.23 | 17.55 | - |
| YUV | 128.24 | 115.45 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 150 | 106 | 0.37 | 0 | 0.29 | 0.41 | 132.86 | 0.23 | 0.48 |
| Hex | 5E | 96 | 6A | 25 | 0 | 1D | 29 | 85 | 17 | 30 |
| Octal | 136 | 226 | 152 | 45 | 0 | 35 | 51 | 205 | 27 | 60 |
| Binary | 1011110 | 10010110 | 1101010 | 100101 | 0 | 11101 | 101001 | 10000101 | 10111 | 110000 |
Color Harmonies of #5E966A
Complementary color
Monochromatic Colors of #5E966A
Black with #5E966A
Text Example
Text Example
White with #5E966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E966A; }
p { color: rgb(94,150,106); }
H1.HeaderClassName
{
color: #5E966A;
}
.AnyTagClassName
{
color: #5E966A;
}
</style>
background-color css
<style>
a { background-color: #5E966A; }
a { background-color: rgb(94,150,106); }
div.DivClassName
{
background-color: #5E966A;
}
.BgClassName
{
background-color: #5E966A;
}
</style>
border-color css
<style>
span { border-color: #5E966A; }
span { border-color: rgb(94,150,106); }
td.TdClassName
{
border-color: #5E966A;
}
.TagClassName
{
border-color: #5E966A;
}
</style>