Shades of Oxley #5E926F
Tints of Oxley #5E926F
RGB
CMYK
RGB Variations
Color information
#5E926F (or 0x5E926F) is known color: Oxley. HEX triplet: 5E, 92 and 6F. RGB value is (94,146,111). Sum of RGB (Red+Green+Blue) = 94+146+111=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 146 (57.42% from 255 or 41.60% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 146 - color contains mainly: green. Hex color #5E926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5E926F is #A16D90. Grayscale: #7E7E7E. Windows color (decimal): -10579345 or 7311966. OLE color: 7311966.
HSL color Cylindrical-coordinate representation of color #5E926F: hue angle of 139.62º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5E926F is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 94 | 146 | 111 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.43 |
| HSL | 139.62º | 0.22% | 0.47% | - |
| HSV(B) | 139.62º | 0.36% | 0.57% | - |
| XYZ | 17.76 | 24.09 | 18.75 | - |
| YUV | 126.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 146 | 111 | 0.36 | 0 | 0.24 | 0.43 | 139.62 | 0.22 | 0.47 |
| Hex | 5E | 92 | 6F | 24 | 0 | 18 | 2B | 8C | 16 | 2F |
| Octal | 136 | 222 | 157 | 44 | 0 | 30 | 53 | 214 | 26 | 57 |
| Binary | 1011110 | 10010010 | 1101111 | 100100 | 0 | 11000 | 101011 | 10001100 | 10110 | 101111 |
Color Harmonies of #5E926F
Complementary color
Monochromatic Colors of #5E926F
Black with #5E926F
Text Example
Text Example
White with #5E926F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E926F; }
p { color: rgb(94,146,111); }
H1.HeaderClassName
{
color: #5E926F;
}
.AnyTagClassName
{
color: #5E926F;
}
</style>
background-color css
<style>
a { background-color: #5E926F; }
a { background-color: rgb(94,146,111); }
div.DivClassName
{
background-color: #5E926F;
}
.BgClassName
{
background-color: #5E926F;
}
</style>
border-color css
<style>
span { border-color: #5E926F; }
span { border-color: rgb(94,146,111); }
td.TdClassName
{
border-color: #5E926F;
}
.TagClassName
{
border-color: #5E926F;
}
</style>