Shades of Oxley #5B9D67
Tints of Oxley #5B9D67
RGB
CMYK
RGB Variations
Color information
#5B9D67 (or 0x5B9D67) is known color: Oxley. HEX triplet: 5B, 9D and 67. RGB value is (91,157,103). Sum of RGB (Red+Green+Blue) = 91+157+103=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 157 (61.72% from 255 or 44.73% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 157 - color contains mainly: green. Hex color #5B9D67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9D67 is #A46298. Grayscale: #838383. Windows color (decimal): -10773145 or 6790491. OLE color: 6790491.
HSL color Cylindrical-coordinate representation of color #5B9D67: hue angle of 130.91º 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 #5B9D67 is Cyan = 0.42, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 157 | 103 | - |
| CMYK | 0.42 | 0 | 0.34 | 0.38 |
| HSL | 130.91º | 0.27% | 0.49% | - |
| HSV(B) | 130.91º | 0.42% | 0.62% | - |
| XYZ | 18.82 | 27.32 | 17.11 | - |
| YUV | 131.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 157 | 103 | 0.42 | 0 | 0.34 | 0.38 | 130.91 | 0.27 | 0.49 |
| Hex | 5B | 9D | 67 | 2A | 0 | 22 | 26 | 83 | 1B | 31 |
| Octal | 133 | 235 | 147 | 52 | 0 | 42 | 46 | 203 | 33 | 61 |
| Binary | 1011011 | 10011101 | 1100111 | 101010 | 0 | 100010 | 100110 | 10000011 | 11011 | 110001 |
Color Harmonies of #5B9D67
Complementary color
Monochromatic Colors of #5B9D67
Black with #5B9D67
Text Example
Text Example
White with #5B9D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9D67; }
p { color: rgb(91,157,103); }
H1.HeaderClassName
{
color: #5B9D67;
}
.AnyTagClassName
{
color: #5B9D67;
}
</style>
background-color css
<style>
a { background-color: #5B9D67; }
a { background-color: rgb(91,157,103); }
div.DivClassName
{
background-color: #5B9D67;
}
.BgClassName
{
background-color: #5B9D67;
}
</style>
border-color css
<style>
span { border-color: #5B9D67; }
span { border-color: rgb(91,157,103); }
td.TdClassName
{
border-color: #5B9D67;
}
.TagClassName
{
border-color: #5B9D67;
}
</style>