Shades of Oxley #7A9F81
Tints of Oxley #7A9F81
RGB
CMYK
RGB Variations
Color information
#7A9F81 (or 0x7A9F81) is known color: Oxley. HEX triplet: 7A, 9F and 81. RGB value is (122,159,129). Sum of RGB (Red+Green+Blue) = 122+159+129=410 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.76% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F81 is #85607E. Grayscale: #909090. Windows color (decimal): -8740991 or 8494970. OLE color: 8494970.
HSL color Cylindrical-coordinate representation of color #7A9F81: hue angle of 131.35º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F81 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 129 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.38 |
| HSL | 131.35º | 0.16% | 0.55% | - |
| HSV(B) | 131.35º | 0.23% | 0.62% | - |
| XYZ | 24.39 | 30.52 | 25.37 | - |
| YUV | 144.52 | 119.24 | 111.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 129 | 0.23 | 0 | 0.19 | 0.38 | 131.35 | 0.16 | 0.55 |
| Hex | 7A | 9F | 81 | 17 | 0 | 13 | 26 | 83 | 10 | 37 |
| Octal | 172 | 237 | 201 | 27 | 0 | 23 | 46 | 203 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10000001 | 10111 | 0 | 10011 | 100110 | 10000011 | 10000 | 110111 |
Color Harmonies of #7A9F81
Complementary color
Monochromatic Colors of #7A9F81
Black with #7A9F81
Text Example
Text Example
White with #7A9F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F81; }
p { color: rgb(122,159,129); }
H1.HeaderClassName
{
color: #7A9F81;
}
.AnyTagClassName
{
color: #7A9F81;
}
</style>
background-color css
<style>
a { background-color: #7A9F81; }
a { background-color: rgb(122,159,129); }
div.DivClassName
{
background-color: #7A9F81;
}
.BgClassName
{
background-color: #7A9F81;
}
</style>
border-color css
<style>
span { border-color: #7A9F81; }
span { border-color: rgb(122,159,129); }
td.TdClassName
{
border-color: #7A9F81;
}
.TagClassName
{
border-color: #7A9F81;
}
</style>