Shades of Oxley #5B8E6A
Tints of Oxley #5B8E6A
RGB
CMYK
RGB Variations
Color information
#5B8E6A (or 0x5B8E6A) is known color: Oxley. HEX triplet: 5B, 8E and 6A. RGB value is (91,142,106). Sum of RGB (Red+Green+Blue) = 91+142+106=339 (44% of max value = 765). Red value is 91 (35.94% from 255 or 26.84% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #5B8E6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5B8E6A is #A47195. Grayscale: #7A7A7A. Windows color (decimal): -10776982 or 6983259. OLE color: 6983259.
HSL color Cylindrical-coordinate representation of color #5B8E6A: hue angle of 137.65º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #5B8E6A is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 91 | 142 | 106 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.44 |
| HSL | 137.65º | 0.22% | 0.46% | - |
| HSV(B) | 137.65º | 0.36% | 0.56% | - |
| XYZ | 16.59 | 22.61 | 17.13 | - |
| YUV | 122.65 | 118.6 | 105.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 142 | 106 | 0.36 | 0 | 0.25 | 0.44 | 137.65 | 0.22 | 0.46 |
| Hex | 5B | 8E | 6A | 24 | 0 | 19 | 2C | 8A | 16 | 2E |
| Octal | 133 | 216 | 152 | 44 | 0 | 31 | 54 | 212 | 26 | 56 |
| Binary | 1011011 | 10001110 | 1101010 | 100100 | 0 | 11001 | 101100 | 10001010 | 10110 | 101110 |
Color Harmonies of #5B8E6A
Complementary color
Monochromatic Colors of #5B8E6A
Black with #5B8E6A
Text Example
Text Example
White with #5B8E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B8E6A; }
p { color: rgb(91,142,106); }
H1.HeaderClassName
{
color: #5B8E6A;
}
.AnyTagClassName
{
color: #5B8E6A;
}
</style>
background-color css
<style>
a { background-color: #5B8E6A; }
a { background-color: rgb(91,142,106); }
div.DivClassName
{
background-color: #5B8E6A;
}
.BgClassName
{
background-color: #5B8E6A;
}
</style>
border-color css
<style>
span { border-color: #5B8E6A; }
span { border-color: rgb(91,142,106); }
td.TdClassName
{
border-color: #5B8E6A;
}
.TagClassName
{
border-color: #5B8E6A;
}
</style>