Shades of Oxley #5BA06C
Tints of Oxley #5BA06C
RGB
CMYK
RGB Variations
Color information
#5BA06C (or 0x5BA06C) is known color: Oxley. HEX triplet: 5B, A0 and 6C. RGB value is (91,160,108). Sum of RGB (Red+Green+Blue) = 91+160+108=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 160 (62.89% from 255 or 44.57% from 359); Blue value is 108 (42.58% from 255 or 30.08% from 359); Max value from RGB is 160 - color contains mainly: green. Hex color #5BA06C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5BA06C is #A45F93. Grayscale: #858585. Windows color (decimal): -10772372 or 7118939. OLE color: 7118939.
HSL color Cylindrical-coordinate representation of color #5BA06C: hue angle of 134.78º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5BA06C is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 91 | 160 | 108 | - |
| CMYK | 0.43 | 0 | 0.32 | 0.37 |
| HSL | 134.78º | 0.27% | 0.49% | - |
| HSV(B) | 134.78º | 0.43% | 0.63% | - |
| XYZ | 19.59 | 28.45 | 18.65 | - |
| YUV | 133.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 160 | 108 | 0.43 | 0 | 0.32 | 0.37 | 134.78 | 0.27 | 0.49 |
| Hex | 5B | A0 | 6C | 2B | 0 | 20 | 25 | 87 | 1B | 31 |
| Octal | 133 | 240 | 154 | 53 | 0 | 40 | 45 | 207 | 33 | 61 |
| Binary | 1011011 | 10100000 | 1101100 | 101011 | 0 | 100000 | 100101 | 10000111 | 11011 | 110001 |
Color Harmonies of #5BA06C
Complementary color
Monochromatic Colors of #5BA06C
Black with #5BA06C
Text Example
Text Example
White with #5BA06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BA06C; }
p { color: rgb(91,160,108); }
H1.HeaderClassName
{
color: #5BA06C;
}
.AnyTagClassName
{
color: #5BA06C;
}
</style>
background-color css
<style>
a { background-color: #5BA06C; }
a { background-color: rgb(91,160,108); }
div.DivClassName
{
background-color: #5BA06C;
}
.BgClassName
{
background-color: #5BA06C;
}
</style>
border-color css
<style>
span { border-color: #5BA06C; }
span { border-color: rgb(91,160,108); }
td.TdClassName
{
border-color: #5BA06C;
}
.TagClassName
{
border-color: #5BA06C;
}
</style>