Shades of Oxley #7AA183
Tints of Oxley #7AA183
RGB
CMYK
RGB Variations
Color information
#7AA183 (or 0x7AA183) is known color: Oxley. HEX triplet: 7A, A1 and 83. RGB value is (122,161,131). Sum of RGB (Red+Green+Blue) = 122+161+131=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 131 (51.56% from 255 or 31.64% from 414); Max value from RGB is 161 - color contains mainly: green. Hex color #7AA183 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AA183 is #855E7C. Grayscale: #929292. Windows color (decimal): -8740477 or 8626554. OLE color: 8626554.
HSL color Cylindrical-coordinate representation of color #7AA183: hue angle of 133.85º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7AA183 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 161 | 131 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.37 |
| HSL | 133.85º | 0.17% | 0.55% | - |
| HSV(B) | 133.85º | 0.24% | 0.63% | - |
| XYZ | 24.87 | 31.27 | 26.2 | - |
| YUV | 145.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 161 | 131 | 0.24 | 0 | 0.19 | 0.37 | 133.85 | 0.17 | 0.55 |
| Hex | 7A | A1 | 83 | 18 | 0 | 13 | 25 | 86 | 11 | 37 |
| Octal | 172 | 241 | 203 | 30 | 0 | 23 | 45 | 206 | 21 | 67 |
| Binary | 1111010 | 10100001 | 10000011 | 11000 | 0 | 10011 | 100101 | 10000110 | 10001 | 110111 |
Color Harmonies of #7AA183
Complementary color
Monochromatic Colors of #7AA183
Black with #7AA183
Text Example
Text Example
White with #7AA183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AA183; }
p { color: rgb(122,161,131); }
H1.HeaderClassName
{
color: #7AA183;
}
.AnyTagClassName
{
color: #7AA183;
}
</style>
background-color css
<style>
a { background-color: #7AA183; }
a { background-color: rgb(122,161,131); }
div.DivClassName
{
background-color: #7AA183;
}
.BgClassName
{
background-color: #7AA183;
}
</style>
border-color css
<style>
span { border-color: #7AA183; }
span { border-color: rgb(122,161,131); }
td.TdClassName
{
border-color: #7AA183;
}
.TagClassName
{
border-color: #7AA183;
}
</style>