Shades of Oxley #5B966A
Tints of Oxley #5B966A
RGB
CMYK
RGB Variations
Color information
#5B966A (or 0x5B966A) is known color: Oxley. HEX triplet: 5B, 96 and 6A. RGB value is (91,150,106). Sum of RGB (Red+Green+Blue) = 91+150+106=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 150 (58.98% from 255 or 43.23% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 150 - color contains mainly: green. Hex color #5B966A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B966A is #A46995. Grayscale: #7F7F7F. Windows color (decimal): -10774934 or 6985307. OLE color: 6985307.
HSL color Cylindrical-coordinate representation of color #5B966A: hue angle of 135.25º 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 #5B966A is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 91 | 150 | 106 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.41 |
| HSL | 135.25º | 0.24% | 0.47% | - |
| HSV(B) | 135.25º | 0.39% | 0.59% | - |
| XYZ | 17.82 | 25.08 | 17.54 | - |
| YUV | 127.34 | 115.95 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 150 | 106 | 0.39 | 0 | 0.29 | 0.41 | 135.25 | 0.24 | 0.47 |
| Hex | 5B | 96 | 6A | 27 | 0 | 1D | 29 | 87 | 18 | 2F |
| Octal | 133 | 226 | 152 | 47 | 0 | 35 | 51 | 207 | 30 | 57 |
| Binary | 1011011 | 10010110 | 1101010 | 100111 | 0 | 11101 | 101001 | 10000111 | 11000 | 101111 |
Color Harmonies of #5B966A
Complementary color
Monochromatic Colors of #5B966A
Black with #5B966A
Text Example
Text Example
White with #5B966A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B966A; }
p { color: rgb(91,150,106); }
H1.HeaderClassName
{
color: #5B966A;
}
.AnyTagClassName
{
color: #5B966A;
}
</style>
background-color css
<style>
a { background-color: #5B966A; }
a { background-color: rgb(91,150,106); }
div.DivClassName
{
background-color: #5B966A;
}
.BgClassName
{
background-color: #5B966A;
}
</style>
border-color css
<style>
span { border-color: #5B966A; }
span { border-color: rgb(91,150,106); }
td.TdClassName
{
border-color: #5B966A;
}
.TagClassName
{
border-color: #5B966A;
}
</style>