Shades of Oxley #7A9D7E
Tints of Oxley #7A9D7E
RGB
CMYK
RGB Variations
Color information
#7A9D7E (or 0x7A9D7E) is known color: Oxley. HEX triplet: 7A, 9D and 7E. RGB value is (122,157,126). Sum of RGB (Red+Green+Blue) = 122+157+126=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 157 (61.72% from 255 or 38.77% from 405); Blue value is 126 (49.61% from 255 or 31.11% from 405); Max value from RGB is 157 - color contains mainly: green. Hex color #7A9D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9D7E is #856281. Grayscale: #8F8F8F. Windows color (decimal): -8741506 or 8297850. OLE color: 8297850.
HSL color Cylindrical-coordinate representation of color #7A9D7E: hue angle of 126.86º 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 #7A9D7E is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 157 | 126 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.38 |
| HSL | 126.86º | 0.15% | 0.55% | - |
| HSV(B) | 126.86º | 0.22% | 0.62% | - |
| XYZ | 23.85 | 29.76 | 24.23 | - |
| YUV | 143 | 118.4 | 113.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 157 | 126 | 0.22 | 0 | 0.20 | 0.38 | 126.86 | 0.15 | 0.55 |
| Hex | 7A | 9D | 7E | 16 | 0 | 14 | 26 | 7F | F | 37 |
| Octal | 172 | 235 | 176 | 26 | 0 | 24 | 46 | 177 | 17 | 67 |
| Binary | 1111010 | 10011101 | 1111110 | 10110 | 0 | 10100 | 100110 | 1111111 | 1111 | 110111 |
Color Harmonies of #7A9D7E
Complementary color
Monochromatic Colors of #7A9D7E
Black with #7A9D7E
Text Example
Text Example
White with #7A9D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9D7E; }
p { color: rgb(122,157,126); }
H1.HeaderClassName
{
color: #7A9D7E;
}
.AnyTagClassName
{
color: #7A9D7E;
}
</style>
background-color css
<style>
a { background-color: #7A9D7E; }
a { background-color: rgb(122,157,126); }
div.DivClassName
{
background-color: #7A9D7E;
}
.BgClassName
{
background-color: #7A9D7E;
}
</style>
border-color css
<style>
span { border-color: #7A9D7E; }
span { border-color: rgb(122,157,126); }
td.TdClassName
{
border-color: #7A9D7E;
}
.TagClassName
{
border-color: #7A9D7E;
}
</style>