Shades of Oxley #7A9B7E
Tints of Oxley #7A9B7E
RGB
CMYK
RGB Variations
Color information
#7A9B7E (or 0x7A9B7E) is known color: Oxley. HEX triplet: 7A, 9B and 7E. RGB value is (122,155,126). Sum of RGB (Red+Green+Blue) = 122+155+126=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #7A9B7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9B7E is #856481. Grayscale: #8D8D8D. Windows color (decimal): -8742018 or 8297338. OLE color: 8297338.
HSL color Cylindrical-coordinate representation of color #7A9B7E: hue angle of 127.27º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9B7E is Cyan = 0.21, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 155 | 126 | - |
| CMYK | 0.21 | 0 | 0.19 | 0.39 |
| HSL | 127.27º | 0.14% | 0.54% | - |
| HSV(B) | 127.27º | 0.21% | 0.61% | - |
| XYZ | 23.51 | 29.09 | 24.11 | - |
| YUV | 141.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 155 | 126 | 0.21 | 0 | 0.19 | 0.39 | 127.27 | 0.14 | 0.54 |
| Hex | 7A | 9B | 7E | 15 | 0 | 13 | 27 | 7F | E | 36 |
| Octal | 172 | 233 | 176 | 25 | 0 | 23 | 47 | 177 | 16 | 66 |
| Binary | 1111010 | 10011011 | 1111110 | 10101 | 0 | 10011 | 100111 | 1111111 | 1110 | 110110 |
Color Harmonies of #7A9B7E
Complementary color
Monochromatic Colors of #7A9B7E
Black with #7A9B7E
Text Example
Text Example
White with #7A9B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9B7E; }
p { color: rgb(122,155,126); }
H1.HeaderClassName
{
color: #7A9B7E;
}
.AnyTagClassName
{
color: #7A9B7E;
}
</style>
background-color css
<style>
a { background-color: #7A9B7E; }
a { background-color: rgb(122,155,126); }
div.DivClassName
{
background-color: #7A9B7E;
}
.BgClassName
{
background-color: #7A9B7E;
}
</style>
border-color css
<style>
span { border-color: #7A9B7E; }
span { border-color: rgb(122,155,126); }
td.TdClassName
{
border-color: #7A9B7E;
}
.TagClassName
{
border-color: #7A9B7E;
}
</style>