Shades of Oxley #5A9A6C
Tints of Oxley #5A9A6C
RGB
CMYK
RGB Variations
Color information
#5A9A6C (or 0x5A9A6C) is known color: Oxley. HEX triplet: 5A, 9A and 6C. RGB value is (90,154,108). Sum of RGB (Red+Green+Blue) = 90+154+108=352 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.57% from 352); Green value is 154 (60.55% from 255 or 43.75% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9A6C is #A56593. Grayscale: #818181. Windows color (decimal): -10839444 or 7117402. OLE color: 7117402.
HSL color Cylindrical-coordinate representation of color #5A9A6C: hue angle of 136.88º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9A6C is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 90 | 154 | 108 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.40 |
| HSL | 136.88º | 0.26% | 0.48% | - |
| HSV(B) | 136.88º | 0.42% | 0.6% | - |
| XYZ | 18.48 | 26.37 | 18.3 | - |
| YUV | 129.62 | 115.8 | 99.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 154 | 108 | 0.42 | 0 | 0.30 | 0.40 | 136.88 | 0.26 | 0.48 |
| Hex | 5A | 9A | 6C | 2A | 0 | 1E | 28 | 89 | 1A | 30 |
| Octal | 132 | 232 | 154 | 52 | 0 | 36 | 50 | 211 | 32 | 60 |
| Binary | 1011010 | 10011010 | 1101100 | 101010 | 0 | 11110 | 101000 | 10001001 | 11010 | 110000 |
Color Harmonies of #5A9A6C
Complementary color
Monochromatic Colors of #5A9A6C
Black with #5A9A6C
Text Example
Text Example
White with #5A9A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9A6C; }
p { color: rgb(90,154,108); }
H1.HeaderClassName
{
color: #5A9A6C;
}
.AnyTagClassName
{
color: #5A9A6C;
}
</style>
background-color css
<style>
a { background-color: #5A9A6C; }
a { background-color: rgb(90,154,108); }
div.DivClassName
{
background-color: #5A9A6C;
}
.BgClassName
{
background-color: #5A9A6C;
}
</style>
border-color css
<style>
span { border-color: #5A9A6C; }
span { border-color: rgb(90,154,108); }
td.TdClassName
{
border-color: #5A9A6C;
}
.TagClassName
{
border-color: #5A9A6C;
}
</style>