Shades of Oxley #5B936D
Tints of Oxley #5B936D
RGB
CMYK
RGB Variations
Color information
#5B936D (or 0x5B936D) is known color: Oxley. HEX triplet: 5B, 93 and 6D. RGB value is (91,147,109). Sum of RGB (Red+Green+Blue) = 91+147+109=347 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.22% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 147 - color contains mainly: green. Hex color #5B936D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B936D is #A46C92. Grayscale: #7E7E7E. Windows color (decimal): -10775699 or 7181147. OLE color: 7181147.
HSL color Cylindrical-coordinate representation of color #5B936D: hue angle of 139.29º 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 #5B936D is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 91 | 147 | 109 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.42 |
| HSL | 139.29º | 0.24% | 0.47% | - |
| HSV(B) | 139.29º | 0.38% | 0.58% | - |
| XYZ | 17.51 | 24.2 | 18.22 | - |
| YUV | 125.92 | 118.45 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 147 | 109 | 0.38 | 0 | 0.26 | 0.42 | 139.29 | 0.24 | 0.47 |
| Hex | 5B | 93 | 6D | 26 | 0 | 1A | 2A | 8B | 18 | 2F |
| Octal | 133 | 223 | 155 | 46 | 0 | 32 | 52 | 213 | 30 | 57 |
| Binary | 1011011 | 10010011 | 1101101 | 100110 | 0 | 11010 | 101010 | 10001011 | 11000 | 101111 |
Color Harmonies of #5B936D
Complementary color
Monochromatic Colors of #5B936D
Black with #5B936D
Text Example
Text Example
White with #5B936D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B936D; }
p { color: rgb(91,147,109); }
H1.HeaderClassName
{
color: #5B936D;
}
.AnyTagClassName
{
color: #5B936D;
}
</style>
background-color css
<style>
a { background-color: #5B936D; }
a { background-color: rgb(91,147,109); }
div.DivClassName
{
background-color: #5B936D;
}
.BgClassName
{
background-color: #5B936D;
}
</style>
border-color css
<style>
span { border-color: #5B936D; }
span { border-color: rgb(91,147,109); }
td.TdClassName
{
border-color: #5B936D;
}
.TagClassName
{
border-color: #5B936D;
}
</style>