Shades of Oxley #5B9769
Tints of Oxley #5B9769
RGB
CMYK
RGB Variations
Color information
#5B9769 (or 0x5B9769) is known color: Oxley. HEX triplet: 5B, 97 and 69. RGB value is (91,151,105). Sum of RGB (Red+Green+Blue) = 91+151+105=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 105 (41.41% from 255 or 30.26% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #5B9769 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9769 is #A46896. Grayscale: #7F7F7F. Windows color (decimal): -10774679 or 6920027. OLE color: 6920027.
HSL color Cylindrical-coordinate representation of color #5B9769: hue angle of 134º 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 #5B9769 is Cyan = 0.40, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 151 | 105 | - |
| CMYK | 0.40 | 0 | 0.30 | 0.41 |
| HSL | 134º | 0.25% | 0.47% | - |
| HSV(B) | 134º | 0.4% | 0.59% | - |
| XYZ | 17.93 | 25.38 | 17.32 | - |
| YUV | 127.82 | 115.12 | 101.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 151 | 105 | 0.40 | 0 | 0.30 | 0.41 | 134 | 0.25 | 0.47 |
| Hex | 5B | 97 | 69 | 28 | 0 | 1E | 29 | 86 | 19 | 2F |
| Octal | 133 | 227 | 151 | 50 | 0 | 36 | 51 | 206 | 31 | 57 |
| Binary | 1011011 | 10010111 | 1101001 | 101000 | 0 | 11110 | 101001 | 10000110 | 11001 | 101111 |
Color Harmonies of #5B9769
Complementary color
Monochromatic Colors of #5B9769
Black with #5B9769
Text Example
Text Example
White with #5B9769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9769; }
p { color: rgb(91,151,105); }
H1.HeaderClassName
{
color: #5B9769;
}
.AnyTagClassName
{
color: #5B9769;
}
</style>
background-color css
<style>
a { background-color: #5B9769; }
a { background-color: rgb(91,151,105); }
div.DivClassName
{
background-color: #5B9769;
}
.BgClassName
{
background-color: #5B9769;
}
</style>
border-color css
<style>
span { border-color: #5B9769; }
span { border-color: rgb(91,151,105); }
td.TdClassName
{
border-color: #5B9769;
}
.TagClassName
{
border-color: #5B9769;
}
</style>