Shades of Oxley #5E956A
Tints of Oxley #5E956A
RGB
CMYK
RGB Variations
Color information
#5E956A (or 0x5E956A) is known color: Oxley. HEX triplet: 5E, 95 and 6A. RGB value is (94,149,106). Sum of RGB (Red+Green+Blue) = 94+149+106=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 106 (41.80% from 255 or 30.37% from 349); Max value from RGB is 149 - color contains mainly: green. Hex color #5E956A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E956A is #A16A95. Grayscale: #7F7F7F. Windows color (decimal): -10578582 or 6985054. OLE color: 6985054.
HSL color Cylindrical-coordinate representation of color #5E956A: hue angle of 133.09º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5E956A is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 149 | 106 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.42 |
| HSL | 133.09º | 0.23% | 0.48% | - |
| HSV(B) | 133.09º | 0.37% | 0.58% | - |
| XYZ | 17.97 | 24.92 | 17.5 | - |
| YUV | 127.65 | 115.78 | 104 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 149 | 106 | 0.37 | 0 | 0.29 | 0.42 | 133.09 | 0.23 | 0.48 |
| Hex | 5E | 95 | 6A | 25 | 0 | 1D | 2A | 85 | 17 | 30 |
| Octal | 136 | 225 | 152 | 45 | 0 | 35 | 52 | 205 | 27 | 60 |
| Binary | 1011110 | 10010101 | 1101010 | 100101 | 0 | 11101 | 101010 | 10000101 | 10111 | 110000 |
Color Harmonies of #5E956A
Complementary color
Monochromatic Colors of #5E956A
Black with #5E956A
Text Example
Text Example
White with #5E956A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E956A; }
p { color: rgb(94,149,106); }
H1.HeaderClassName
{
color: #5E956A;
}
.AnyTagClassName
{
color: #5E956A;
}
</style>
background-color css
<style>
a { background-color: #5E956A; }
a { background-color: rgb(94,149,106); }
div.DivClassName
{
background-color: #5E956A;
}
.BgClassName
{
background-color: #5E956A;
}
</style>
border-color css
<style>
span { border-color: #5E956A; }
span { border-color: rgb(94,149,106); }
td.TdClassName
{
border-color: #5E956A;
}
.TagClassName
{
border-color: #5E956A;
}
</style>