Shades of Oxley #5A976F
Tints of Oxley #5A976F
RGB
CMYK
RGB Variations
Color information
#5A976F (or 0x5A976F) is known color: Oxley. HEX triplet: 5A, 97 and 6F. RGB value is (90,151,111). Sum of RGB (Red+Green+Blue) = 90+151+111=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 111 (43.75% from 255 or 31.53% from 352); Max value from RGB is 151 - color contains mainly: green. Hex color #5A976F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A976F is #A56890. Grayscale: #808080. Windows color (decimal): -10840209 or 7313242. OLE color: 7313242.
HSL color Cylindrical-coordinate representation of color #5A976F: hue angle of 140.66º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5A976F is Cyan = 0.40, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 90 | 151 | 111 | - |
| CMYK | 0.40 | 0 | 0.26 | 0.41 |
| HSL | 140.66º | 0.25% | 0.47% | - |
| HSV(B) | 140.66º | 0.4% | 0.59% | - |
| XYZ | 18.15 | 25.45 | 19 | - |
| YUV | 128.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 151 | 111 | 0.40 | 0 | 0.26 | 0.41 | 140.66 | 0.25 | 0.47 |
| Hex | 5A | 97 | 6F | 28 | 0 | 1A | 29 | 8D | 19 | 2F |
| Octal | 132 | 227 | 157 | 50 | 0 | 32 | 51 | 215 | 31 | 57 |
| Binary | 1011010 | 10010111 | 1101111 | 101000 | 0 | 11010 | 101001 | 10001101 | 11001 | 101111 |
Color Harmonies of #5A976F
Complementary color
Monochromatic Colors of #5A976F
Black with #5A976F
Text Example
Text Example
White with #5A976F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A976F; }
p { color: rgb(90,151,111); }
H1.HeaderClassName
{
color: #5A976F;
}
.AnyTagClassName
{
color: #5A976F;
}
</style>
background-color css
<style>
a { background-color: #5A976F; }
a { background-color: rgb(90,151,111); }
div.DivClassName
{
background-color: #5A976F;
}
.BgClassName
{
background-color: #5A976F;
}
</style>
border-color css
<style>
span { border-color: #5A976F; }
span { border-color: rgb(90,151,111); }
td.TdClassName
{
border-color: #5A976F;
}
.TagClassName
{
border-color: #5A976F;
}
</style>