Shades of Oxley #5B9669
Tints of Oxley #5B9669
RGB
CMYK
RGB Variations
Color information
#5B9669 (or 0x5B9669) is known color: Oxley. HEX triplet: 5B, 96 and 69. RGB value is (91,150,105). Sum of RGB (Red+Green+Blue) = 91+150+105=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 150 (58.98% from 255 or 43.35% from 346); Blue value is 105 (41.41% from 255 or 30.35% from 346); Max value from RGB is 150 - color contains mainly: green. Hex color #5B9669 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9669 is #A46996. Grayscale: #7F7F7F. Windows color (decimal): -10774935 or 6919771. OLE color: 6919771.
HSL color Cylindrical-coordinate representation of color #5B9669: hue angle of 134.24º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5B9669 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 105 | - |
| CMYK | 0.39 | 0 | 0.30 | 0.41 |
| HSL | 134.24º | 0.24% | 0.47% | - |
| HSV(B) | 134.24º | 0.39% | 0.59% | - |
| XYZ | 17.77 | 25.06 | 17.26 | - |
| YUV | 127.23 | 115.45 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 105 | 0.39 | 0 | 0.30 | 0.41 | 134.24 | 0.24 | 0.47 |
| Hex | 5B | 96 | 69 | 27 | 0 | 1E | 29 | 86 | 18 | 2F |
| Octal | 133 | 226 | 151 | 47 | 0 | 36 | 51 | 206 | 30 | 57 |
| Binary | 1011011 | 10010110 | 1101001 | 100111 | 0 | 11110 | 101001 | 10000110 | 11000 | 101111 |
Color Harmonies of #5B9669
Complementary color
Monochromatic Colors of #5B9669
Black with #5B9669
Text Example
Text Example
White with #5B9669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9669; }
p { color: rgb(91,150,105); }
H1.HeaderClassName
{
color: #5B9669;
}
.AnyTagClassName
{
color: #5B9669;
}
</style>
background-color css
<style>
a { background-color: #5B9669; }
a { background-color: rgb(91,150,105); }
div.DivClassName
{
background-color: #5B9669;
}
.BgClassName
{
background-color: #5B9669;
}
</style>
border-color css
<style>
span { border-color: #5B9669; }
span { border-color: rgb(91,150,105); }
td.TdClassName
{
border-color: #5B9669;
}
.TagClassName
{
border-color: #5B9669;
}
</style>