Shades of Oxley #7A9D81
Tints of Oxley #7A9D81
RGB
CMYK
RGB Variations
Color information
#7A9D81 (or 0x7A9D81) is known color: Oxley. HEX triplet: 7A, 9D and 81. RGB value is (122,157,129). Sum of RGB (Red+Green+Blue) = 122+157+129=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 157 (61.72% from 255 or 38.48% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9D81 is #85627E. Grayscale: #8F8F8F. Windows color (decimal): -8741503 or 8494458. OLE color: 8494458.
HSL color Cylindrical-coordinate representation of color #7A9D81: hue angle of 132º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9D81 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 157 | 129 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.38 |
| HSL | 132º | 0.15% | 0.55% | - |
| HSV(B) | 132º | 0.22% | 0.62% | - |
| XYZ | 24.05 | 29.84 | 25.26 | - |
| YUV | 143.34 | 119.9 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 129 | 0.22 | 0 | 0.18 | 0.38 | 132 | 0.15 | 0.55 |
| Hex | 7A | 9D | 81 | 16 | 0 | 12 | 26 | 84 | F | 37 |
| Octal | 172 | 235 | 201 | 26 | 0 | 22 | 46 | 204 | 17 | 67 |
| Binary | 1111010 | 10011101 | 10000001 | 10110 | 0 | 10010 | 100110 | 10000100 | 1111 | 110111 |
Color Harmonies of #7A9D81
Complementary color
Monochromatic Colors of #7A9D81
Black with #7A9D81
Text Example
Text Example
White with #7A9D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9D81; }
p { color: rgb(122,157,129); }
H1.HeaderClassName
{
color: #7A9D81;
}
.AnyTagClassName
{
color: #7A9D81;
}
</style>
background-color css
<style>
a { background-color: #7A9D81; }
a { background-color: rgb(122,157,129); }
div.DivClassName
{
background-color: #7A9D81;
}
.BgClassName
{
background-color: #7A9D81;
}
</style>
border-color css
<style>
span { border-color: #7A9D81; }
span { border-color: rgb(122,157,129); }
td.TdClassName
{
border-color: #7A9D81;
}
.TagClassName
{
border-color: #7A9D81;
}
</style>