Shades of Oxley #5B9F68
Tints of Oxley #5B9F68
RGB
CMYK
RGB Variations
Color information
#5B9F68 (or 0x5B9F68) is known color: Oxley. HEX triplet: 5B, 9F and 68. RGB value is (91,159,104). Sum of RGB (Red+Green+Blue) = 91+159+104=354 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.71% from 354); Green value is 159 (62.5% from 255 or 44.92% from 354); Blue value is 104 (41.02% from 255 or 29.38% from 354); Max value from RGB is 159 - color contains mainly: green. Hex color #5B9F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B9F68 is #A46097. Grayscale: #848484. Windows color (decimal): -10772632 or 6856539. OLE color: 6856539.
HSL color Cylindrical-coordinate representation of color #5B9F68: hue angle of 131.47º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5B9F68 is Cyan = 0.43, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 91 | 159 | 104 | - |
| CMYK | 0.43 | 0 | 0.35 | 0.38 |
| HSL | 131.47º | 0.27% | 0.49% | - |
| HSV(B) | 131.47º | 0.43% | 0.62% | - |
| XYZ | 19.21 | 28.02 | 17.49 | - |
| YUV | 132.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 159 | 104 | 0.43 | 0 | 0.35 | 0.38 | 131.47 | 0.27 | 0.49 |
| Hex | 5B | 9F | 68 | 2B | 0 | 23 | 26 | 83 | 1B | 31 |
| Octal | 133 | 237 | 150 | 53 | 0 | 43 | 46 | 203 | 33 | 61 |
| Binary | 1011011 | 10011111 | 1101000 | 101011 | 0 | 100011 | 100110 | 10000011 | 11011 | 110001 |
Color Harmonies of #5B9F68
Complementary color
Monochromatic Colors of #5B9F68
Black with #5B9F68
Text Example
Text Example
White with #5B9F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B9F68; }
p { color: rgb(91,159,104); }
H1.HeaderClassName
{
color: #5B9F68;
}
.AnyTagClassName
{
color: #5B9F68;
}
</style>
background-color css
<style>
a { background-color: #5B9F68; }
a { background-color: rgb(91,159,104); }
div.DivClassName
{
background-color: #5B9F68;
}
.BgClassName
{
background-color: #5B9F68;
}
</style>
border-color css
<style>
span { border-color: #5B9F68; }
span { border-color: rgb(91,159,104); }
td.TdClassName
{
border-color: #5B9F68;
}
.TagClassName
{
border-color: #5B9F68;
}
</style>