Shades of Oxley #5A9C66
Tints of Oxley #5A9C66
RGB
CMYK
RGB Variations
Color information
#5A9C66 (or 0x5A9C66) is known color: Oxley. HEX triplet: 5A, 9C and 66. RGB value is (90,156,102). Sum of RGB (Red+Green+Blue) = 90+156+102=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 156 (61.33% from 255 or 44.83% from 348); Blue value is 102 (40.23% from 255 or 29.31% from 348); Max value from RGB is 156 - color contains mainly: green. Hex color #5A9C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A9C66 is #A56399. Grayscale: #828282. Windows color (decimal): -10838938 or 6724698. OLE color: 6724698.
HSL color Cylindrical-coordinate representation of color #5A9C66: hue angle of 130.91º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5A9C66 is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 90 | 156 | 102 | - |
| CMYK | 0.42 | 0 | 0.35 | 0.39 |
| HSL | 130.91º | 0.27% | 0.48% | - |
| HSV(B) | 130.91º | 0.42% | 0.61% | - |
| XYZ | 18.5 | 26.91 | 16.79 | - |
| YUV | 130.11 | 112.13 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 156 | 102 | 0.42 | 0 | 0.35 | 0.39 | 130.91 | 0.27 | 0.48 |
| Hex | 5A | 9C | 66 | 2A | 0 | 23 | 27 | 83 | 1B | 30 |
| Octal | 132 | 234 | 146 | 52 | 0 | 43 | 47 | 203 | 33 | 60 |
| Binary | 1011010 | 10011100 | 1100110 | 101010 | 0 | 100011 | 100111 | 10000011 | 11011 | 110000 |
Color Harmonies of #5A9C66
Complementary color
Monochromatic Colors of #5A9C66
Black with #5A9C66
Text Example
Text Example
White with #5A9C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A9C66; }
p { color: rgb(90,156,102); }
H1.HeaderClassName
{
color: #5A9C66;
}
.AnyTagClassName
{
color: #5A9C66;
}
</style>
background-color css
<style>
a { background-color: #5A9C66; }
a { background-color: rgb(90,156,102); }
div.DivClassName
{
background-color: #5A9C66;
}
.BgClassName
{
background-color: #5A9C66;
}
</style>
border-color css
<style>
span { border-color: #5A9C66; }
span { border-color: rgb(90,156,102); }
td.TdClassName
{
border-color: #5A9C66;
}
.TagClassName
{
border-color: #5A9C66;
}
</style>