Shades of Oxley #5B9E6D
Tints of Oxley #5B9E6D
RGB
CMYK
RGB Variations
Color information
#5B9E6D (or 0x5B9E6D) is known color: Oxley. HEX triplet: 5B, 9E and 6D. RGB value is (91,158,109). Sum of RGB (Red+Green+Blue) = 91+158+109=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 158 (62.11% from 255 or 44.13% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 158 - color contains mainly: green. Hex color #5B9E6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9E6D is #A46192. Grayscale: #848484. Windows color (decimal): -10772883 or 7183963. OLE color: 7183963.
HSL color Cylindrical-coordinate representation of color #5B9E6D: hue angle of 136.12º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5B9E6D is Cyan = 0.42, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 158 | 109 | - |
| CMYK | 0.42 | 0 | 0.31 | 0.38 |
| HSL | 136.12º | 0.27% | 0.49% | - |
| HSV(B) | 136.12º | 0.42% | 0.62% | - |
| XYZ | 19.3 | 27.78 | 18.81 | - |
| YUV | 132.38 | 114.8 | 98.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 158 | 109 | 0.42 | 0 | 0.31 | 0.38 | 136.12 | 0.27 | 0.49 |
| Hex | 5B | 9E | 6D | 2A | 0 | 1F | 26 | 88 | 1B | 31 |
| Octal | 133 | 236 | 155 | 52 | 0 | 37 | 46 | 210 | 33 | 61 |
| Binary | 1011011 | 10011110 | 1101101 | 101010 | 0 | 11111 | 100110 | 10001000 | 11011 | 110001 |
Color Harmonies of #5B9E6D
Complementary color
Monochromatic Colors of #5B9E6D
Black with #5B9E6D
Text Example
Text Example
White with #5B9E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9E6D; }
p { color: rgb(91,158,109); }
H1.HeaderClassName
{
color: #5B9E6D;
}
.AnyTagClassName
{
color: #5B9E6D;
}
</style>
background-color css
<style>
a { background-color: #5B9E6D; }
a { background-color: rgb(91,158,109); }
div.DivClassName
{
background-color: #5B9E6D;
}
.BgClassName
{
background-color: #5B9E6D;
}
</style>
border-color css
<style>
span { border-color: #5B9E6D; }
span { border-color: rgb(91,158,109); }
td.TdClassName
{
border-color: #5B9E6D;
}
.TagClassName
{
border-color: #5B9E6D;
}
</style>