Shades of Oxley #5B9772
Tints of Oxley #5B9772
RGB
CMYK
RGB Variations
Color information
#5B9772 (or 0x5B9772) is known color: Oxley. HEX triplet: 5B, 97 and 72. RGB value is (91,151,114). Sum of RGB (Red+Green+Blue) = 91+151+114=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 151 (59.38% from 255 or 42.42% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 151 - color contains mainly: green. Hex color #5B9772 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9772 is #A4688D. Grayscale: #808080. Windows color (decimal): -10774670 or 7509851. OLE color: 7509851.
HSL color Cylindrical-coordinate representation of color #5B9772: hue angle of 143º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5B9772 is Cyan = 0.40, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 114 | - |
| CMYK | 0.40 | 0 | 0.25 | 0.41 |
| HSL | 143º | 0.25% | 0.47% | - |
| HSV(B) | 143º | 0.4% | 0.59% | - |
| XYZ | 18.42 | 25.57 | 19.88 | - |
| YUV | 128.84 | 119.62 | 101.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 114 | 0.40 | 0 | 0.25 | 0.41 | 143 | 0.25 | 0.47 |
| Hex | 5B | 97 | 72 | 28 | 0 | 19 | 29 | 8F | 19 | 2F |
| Octal | 133 | 227 | 162 | 50 | 0 | 31 | 51 | 217 | 31 | 57 |
| Binary | 1011011 | 10010111 | 1110010 | 101000 | 0 | 11001 | 101001 | 10001111 | 11001 | 101111 |
Color Harmonies of #5B9772
Complementary color
Monochromatic Colors of #5B9772
Black with #5B9772
Text Example
Text Example
White with #5B9772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9772; }
p { color: rgb(91,151,114); }
H1.HeaderClassName
{
color: #5B9772;
}
.AnyTagClassName
{
color: #5B9772;
}
</style>
background-color css
<style>
a { background-color: #5B9772; }
a { background-color: rgb(91,151,114); }
div.DivClassName
{
background-color: #5B9772;
}
.BgClassName
{
background-color: #5B9772;
}
</style>
border-color css
<style>
span { border-color: #5B9772; }
span { border-color: rgb(91,151,114); }
td.TdClassName
{
border-color: #5B9772;
}
.TagClassName
{
border-color: #5B9772;
}
</style>