Shades of Oxley #5E976C
Tints of Oxley #5E976C
RGB
CMYK
RGB Variations
Color information
#5E976C (or 0x5E976C) is known color: Oxley. HEX triplet: 5E, 97 and 6C. RGB value is (94,151,108). Sum of RGB (Red+Green+Blue) = 94+151+108=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 151 (59.38% from 255 or 42.78% from 353); Blue value is 108 (42.58% from 255 or 30.59% from 353); Max value from RGB is 151 - color contains mainly: green. Hex color #5E976C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E976C is #A16893. Grayscale: #818181. Windows color (decimal): -10578068 or 7116638. OLE color: 7116638.
HSL color Cylindrical-coordinate representation of color #5E976C: hue angle of 134.74º 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 #5E976C is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 94 | 151 | 108 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.41 |
| HSL | 134.74º | 0.23% | 0.48% | - |
| HSV(B) | 134.74º | 0.38% | 0.59% | - |
| XYZ | 18.39 | 25.6 | 18.16 | - |
| YUV | 129.06 | 116.12 | 103 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 151 | 108 | 0.38 | 0 | 0.28 | 0.41 | 134.74 | 0.23 | 0.48 |
| Hex | 5E | 97 | 6C | 26 | 0 | 1C | 29 | 87 | 17 | 30 |
| Octal | 136 | 227 | 154 | 46 | 0 | 34 | 51 | 207 | 27 | 60 |
| Binary | 1011110 | 10010111 | 1101100 | 100110 | 0 | 11100 | 101001 | 10000111 | 10111 | 110000 |
Color Harmonies of #5E976C
Complementary color
Monochromatic Colors of #5E976C
Black with #5E976C
Text Example
Text Example
White with #5E976C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E976C; }
p { color: rgb(94,151,108); }
H1.HeaderClassName
{
color: #5E976C;
}
.AnyTagClassName
{
color: #5E976C;
}
</style>
background-color css
<style>
a { background-color: #5E976C; }
a { background-color: rgb(94,151,108); }
div.DivClassName
{
background-color: #5E976C;
}
.BgClassName
{
background-color: #5E976C;
}
</style>
border-color css
<style>
span { border-color: #5E976C; }
span { border-color: rgb(94,151,108); }
td.TdClassName
{
border-color: #5E976C;
}
.TagClassName
{
border-color: #5E976C;
}
</style>