Shades of Oxley #5A946A
Tints of Oxley #5A946A
RGB
CMYK
RGB Variations
Color information
#5A946A (or 0x5A946A) is known color: Oxley. HEX triplet: 5A, 94 and 6A. RGB value is (90,148,106). Sum of RGB (Red+Green+Blue) = 90+148+106=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #5A946A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #5A946A is #A56B95. Grayscale: #7D7D7D. Windows color (decimal): -10840982 or 6984794. OLE color: 6984794.
HSL color Cylindrical-coordinate representation of color #5A946A: hue angle of 136.55º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #5A946A is Cyan = 0.39, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 90 | 148 | 106 | - |
| CMYK | 0.39 | 0 | 0.28 | 0.42 |
| HSL | 136.55º | 0.24% | 0.47% | - |
| HSV(B) | 136.55º | 0.39% | 0.58% | - |
| XYZ | 17.41 | 24.39 | 17.43 | - |
| YUV | 125.87 | 116.78 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 148 | 106 | 0.39 | 0 | 0.28 | 0.42 | 136.55 | 0.24 | 0.47 |
| Hex | 5A | 94 | 6A | 27 | 0 | 1C | 2A | 89 | 18 | 2F |
| Octal | 132 | 224 | 152 | 47 | 0 | 34 | 52 | 211 | 30 | 57 |
| Binary | 1011010 | 10010100 | 1101010 | 100111 | 0 | 11100 | 101010 | 10001001 | 11000 | 101111 |
Color Harmonies of #5A946A
Complementary color
Monochromatic Colors of #5A946A
Black with #5A946A
Text Example
Text Example
White with #5A946A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A946A; }
p { color: rgb(90,148,106); }
H1.HeaderClassName
{
color: #5A946A;
}
.AnyTagClassName
{
color: #5A946A;
}
</style>
background-color css
<style>
a { background-color: #5A946A; }
a { background-color: rgb(90,148,106); }
div.DivClassName
{
background-color: #5A946A;
}
.BgClassName
{
background-color: #5A946A;
}
</style>
border-color css
<style>
span { border-color: #5A946A; }
span { border-color: rgb(90,148,106); }
td.TdClassName
{
border-color: #5A946A;
}
.TagClassName
{
border-color: #5A946A;
}
</style>