Shades of Oxley #5B936B
Tints of Oxley #5B936B
RGB
CMYK
RGB Variations
Color information
#5B936B (or 0x5B936B) is known color: Oxley. HEX triplet: 5B, 93 and 6B. RGB value is (91,147,107). Sum of RGB (Red+Green+Blue) = 91+147+107=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #5B936B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B936B is #A46C94. Grayscale: #7D7D7D. Windows color (decimal): -10775701 or 7050075. OLE color: 7050075.
HSL color Cylindrical-coordinate representation of color #5B936B: hue angle of 137.14º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5B936B is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 147 | 107 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.42 |
| HSL | 137.14º | 0.24% | 0.47% | - |
| HSV(B) | 137.14º | 0.38% | 0.58% | - |
| XYZ | 17.4 | 24.15 | 17.65 | - |
| YUV | 125.7 | 117.45 | 103.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 107 | 0.38 | 0 | 0.27 | 0.42 | 137.14 | 0.24 | 0.47 |
| Hex | 5B | 93 | 6B | 26 | 0 | 1B | 2A | 89 | 18 | 2F |
| Octal | 133 | 223 | 153 | 46 | 0 | 33 | 52 | 211 | 30 | 57 |
| Binary | 1011011 | 10010011 | 1101011 | 100110 | 0 | 11011 | 101010 | 10001001 | 11000 | 101111 |
Color Harmonies of #5B936B
Complementary color
Monochromatic Colors of #5B936B
Black with #5B936B
Text Example
Text Example
White with #5B936B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B936B; }
p { color: rgb(91,147,107); }
H1.HeaderClassName
{
color: #5B936B;
}
.AnyTagClassName
{
color: #5B936B;
}
</style>
background-color css
<style>
a { background-color: #5B936B; }
a { background-color: rgb(91,147,107); }
div.DivClassName
{
background-color: #5B936B;
}
.BgClassName
{
background-color: #5B936B;
}
</style>
border-color css
<style>
span { border-color: #5B936B; }
span { border-color: rgb(91,147,107); }
td.TdClassName
{
border-color: #5B936B;
}
.TagClassName
{
border-color: #5B936B;
}
</style>