Shades of Oxley #5E946E
Tints of Oxley #5E946E
RGB
CMYK
RGB Variations
Color information
#5E946E (or 0x5E946E) is known color: Oxley. HEX triplet: 5E, 94 and 6E. RGB value is (94,148,110). Sum of RGB (Red+Green+Blue) = 94+148+110=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 148 (58.20% from 255 or 42.05% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 148 - color contains mainly: green. Hex color #5E946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E946E is #A16B91. Grayscale: #7F7F7F. Windows color (decimal): -10578834 or 7246942. OLE color: 7246942.
HSL color Cylindrical-coordinate representation of color #5E946E: hue angle of 137.78º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E946E is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 94 | 148 | 110 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.42 |
| HSL | 137.78º | 0.22% | 0.47% | - |
| HSV(B) | 137.78º | 0.36% | 0.58% | - |
| XYZ | 18.02 | 24.69 | 18.57 | - |
| YUV | 127.52 | 118.11 | 104.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 148 | 110 | 0.36 | 0 | 0.26 | 0.42 | 137.78 | 0.22 | 0.47 |
| Hex | 5E | 94 | 6E | 24 | 0 | 1A | 2A | 8A | 16 | 2F |
| Octal | 136 | 224 | 156 | 44 | 0 | 32 | 52 | 212 | 26 | 57 |
| Binary | 1011110 | 10010100 | 1101110 | 100100 | 0 | 11010 | 101010 | 10001010 | 10110 | 101111 |
Color Harmonies of #5E946E
Complementary color
Monochromatic Colors of #5E946E
Black with #5E946E
Text Example
Text Example
White with #5E946E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E946E; }
p { color: rgb(94,148,110); }
H1.HeaderClassName
{
color: #5E946E;
}
.AnyTagClassName
{
color: #5E946E;
}
</style>
background-color css
<style>
a { background-color: #5E946E; }
a { background-color: rgb(94,148,110); }
div.DivClassName
{
background-color: #5E946E;
}
.BgClassName
{
background-color: #5E946E;
}
</style>
border-color css
<style>
span { border-color: #5E946E; }
span { border-color: rgb(94,148,110); }
td.TdClassName
{
border-color: #5E946E;
}
.TagClassName
{
border-color: #5E946E;
}
</style>