Shades of Oxley #5B916D
Tints of Oxley #5B916D
RGB
CMYK
RGB Variations
Color information
#5B916D (or 0x5B916D) is known color: Oxley. HEX triplet: 5B, 91 and 6D. RGB value is (91,145,109). Sum of RGB (Red+Green+Blue) = 91+145+109=345 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.38% from 345); Green value is 145 (57.03% from 255 or 42.03% from 345); Blue value is 109 (42.97% from 255 or 31.59% from 345); Max value from RGB is 145 - color contains mainly: green. Hex color #5B916D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B916D is #A46E92. Grayscale: #7C7C7C. Windows color (decimal): -10776211 or 7180635. OLE color: 7180635.
HSL color Cylindrical-coordinate representation of color #5B916D: hue angle of 140º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5B916D is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 91 | 145 | 109 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.43 |
| HSL | 140º | 0.23% | 0.46% | - |
| HSV(B) | 140º | 0.37% | 0.57% | - |
| XYZ | 17.2 | 23.58 | 18.11 | - |
| YUV | 124.75 | 119.11 | 103.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 145 | 109 | 0.37 | 0 | 0.25 | 0.43 | 140 | 0.23 | 0.46 |
| Hex | 5B | 91 | 6D | 25 | 0 | 19 | 2B | 8C | 17 | 2E |
| Octal | 133 | 221 | 155 | 45 | 0 | 31 | 53 | 214 | 27 | 56 |
| Binary | 1011011 | 10010001 | 1101101 | 100101 | 0 | 11001 | 101011 | 10001100 | 10111 | 101110 |
Color Harmonies of #5B916D
Complementary color
Monochromatic Colors of #5B916D
Black with #5B916D
Text Example
Text Example
White with #5B916D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B916D; }
p { color: rgb(91,145,109); }
H1.HeaderClassName
{
color: #5B916D;
}
.AnyTagClassName
{
color: #5B916D;
}
</style>
background-color css
<style>
a { background-color: #5B916D; }
a { background-color: rgb(91,145,109); }
div.DivClassName
{
background-color: #5B916D;
}
.BgClassName
{
background-color: #5B916D;
}
</style>
border-color css
<style>
span { border-color: #5B916D; }
span { border-color: rgb(91,145,109); }
td.TdClassName
{
border-color: #5B916D;
}
.TagClassName
{
border-color: #5B916D;
}
</style>