Shades of Oxley #5B956E
Tints of Oxley #5B956E
RGB
CMYK
RGB Variations
Color information
#5B956E (or 0x5B956E) is known color: Oxley. HEX triplet: 5B, 95 and 6E. RGB value is (91,149,110). Sum of RGB (Red+Green+Blue) = 91+149+110=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 149 (58.59% from 255 or 42.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 149 - color contains mainly: green. Hex color #5B956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B956E is #A46A91. Grayscale: #7F7F7F. Windows color (decimal): -10775186 or 7247195. OLE color: 7247195.
HSL color Cylindrical-coordinate representation of color #5B956E: hue angle of 139.66º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B956E is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 149 | 110 | - |
| CMYK | 0.39 | 0 | 0.26 | 0.42 |
| HSL | 139.66º | 0.24% | 0.47% | - |
| HSV(B) | 139.66º | 0.39% | 0.58% | - |
| XYZ | 17.88 | 24.84 | 18.61 | - |
| YUV | 127.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 149 | 110 | 0.39 | 0 | 0.26 | 0.42 | 139.66 | 0.24 | 0.47 |
| Hex | 5B | 95 | 6E | 27 | 0 | 1A | 2A | 8C | 18 | 2F |
| Octal | 133 | 225 | 156 | 47 | 0 | 32 | 52 | 214 | 30 | 57 |
| Binary | 1011011 | 10010101 | 1101110 | 100111 | 0 | 11010 | 101010 | 10001100 | 11000 | 101111 |
Color Harmonies of #5B956E
Complementary color
Monochromatic Colors of #5B956E
Black with #5B956E
Text Example
Text Example
White with #5B956E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B956E; }
p { color: rgb(91,149,110); }
H1.HeaderClassName
{
color: #5B956E;
}
.AnyTagClassName
{
color: #5B956E;
}
</style>
background-color css
<style>
a { background-color: #5B956E; }
a { background-color: rgb(91,149,110); }
div.DivClassName
{
background-color: #5B956E;
}
.BgClassName
{
background-color: #5B956E;
}
</style>
border-color css
<style>
span { border-color: #5B956E; }
span { border-color: rgb(91,149,110); }
td.TdClassName
{
border-color: #5B956E;
}
.TagClassName
{
border-color: #5B956E;
}
</style>