Shades of Oxley #5E976A
Tints of Oxley #5E976A
RGB
CMYK
RGB Variations
Color information
#5E976A (or 0x5E976A) is known color: Oxley. HEX triplet: 5E, 97 and 6A. RGB value is (94,151,106). Sum of RGB (Red+Green+Blue) = 94+151+106=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 151 (59.38% from 255 or 43.02% from 351); Blue value is 106 (41.80% from 255 or 30.20% from 351); Max value from RGB is 151 - color contains mainly: green. Hex color #5E976A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E976A is #A16895. Grayscale: #808080. Windows color (decimal): -10578070 or 6985566. OLE color: 6985566.
HSL color Cylindrical-coordinate representation of color #5E976A: hue angle of 132.63º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5E976A is Cyan = 0.38, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 106 | - |
| CMYK | 0.38 | 0 | 0.30 | 0.41 |
| HSL | 132.63º | 0.23% | 0.48% | - |
| HSV(B) | 132.63º | 0.38% | 0.59% | - |
| XYZ | 18.28 | 25.55 | 17.6 | - |
| YUV | 128.83 | 115.12 | 103.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 106 | 0.38 | 0 | 0.30 | 0.41 | 132.63 | 0.23 | 0.48 |
| Hex | 5E | 97 | 6A | 26 | 0 | 1E | 29 | 85 | 17 | 30 |
| Octal | 136 | 227 | 152 | 46 | 0 | 36 | 51 | 205 | 27 | 60 |
| Binary | 1011110 | 10010111 | 1101010 | 100110 | 0 | 11110 | 101001 | 10000101 | 10111 | 110000 |
Color Harmonies of #5E976A
Complementary color
Monochromatic Colors of #5E976A
Black with #5E976A
Text Example
Text Example
White with #5E976A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E976A; }
p { color: rgb(94,151,106); }
H1.HeaderClassName
{
color: #5E976A;
}
.AnyTagClassName
{
color: #5E976A;
}
</style>
background-color css
<style>
a { background-color: #5E976A; }
a { background-color: rgb(94,151,106); }
div.DivClassName
{
background-color: #5E976A;
}
.BgClassName
{
background-color: #5E976A;
}
</style>
border-color css
<style>
span { border-color: #5E976A; }
span { border-color: rgb(94,151,106); }
td.TdClassName
{
border-color: #5E976A;
}
.TagClassName
{
border-color: #5E976A;
}
</style>