Shades of Oxley #5B9B68
Tints of Oxley #5B9B68
RGB
CMYK
RGB Variations
Color information
#5B9B68 (or 0x5B9B68) is known color: Oxley. HEX triplet: 5B, 9B and 68. RGB value is (91,155,104). Sum of RGB (Red+Green+Blue) = 91+155+104=350 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #5B9B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9B68 is #A46497. Grayscale: #828282. Windows color (decimal): -10773656 or 6855515. OLE color: 6855515.
HSL color Cylindrical-coordinate representation of color #5B9B68: hue angle of 132.19º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5B9B68 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 91 | 155 | 104 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.39 |
| HSL | 132.19º | 0.26% | 0.48% | - |
| HSV(B) | 132.19º | 0.41% | 0.61% | - |
| XYZ | 18.53 | 26.67 | 17.27 | - |
| YUV | 130.05 | 113.3 | 100.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 155 | 104 | 0.41 | 0 | 0.33 | 0.39 | 132.19 | 0.26 | 0.48 |
| Hex | 5B | 9B | 68 | 29 | 0 | 21 | 27 | 84 | 1A | 30 |
| Octal | 133 | 233 | 150 | 51 | 0 | 41 | 47 | 204 | 32 | 60 |
| Binary | 1011011 | 10011011 | 1101000 | 101001 | 0 | 100001 | 100111 | 10000100 | 11010 | 110000 |
Color Harmonies of #5B9B68
Complementary color
Monochromatic Colors of #5B9B68
Black with #5B9B68
Text Example
Text Example
White with #5B9B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9B68; }
p { color: rgb(91,155,104); }
H1.HeaderClassName
{
color: #5B9B68;
}
.AnyTagClassName
{
color: #5B9B68;
}
</style>
background-color css
<style>
a { background-color: #5B9B68; }
a { background-color: rgb(91,155,104); }
div.DivClassName
{
background-color: #5B9B68;
}
.BgClassName
{
background-color: #5B9B68;
}
</style>
border-color css
<style>
span { border-color: #5B9B68; }
span { border-color: rgb(91,155,104); }
td.TdClassName
{
border-color: #5B9B68;
}
.TagClassName
{
border-color: #5B9B68;
}
</style>