Shades of Oxley #7A9C7E
Tints of Oxley #7A9C7E
RGB
CMYK
RGB Variations
Color information
#7A9C7E (or 0x7A9C7E) is known color: Oxley. HEX triplet: 7A, 9C and 7E. RGB value is (122,156,126). Sum of RGB (Red+Green+Blue) = 122+156+126=404 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.20% from 404); Green value is 156 (61.33% from 255 or 38.61% from 404); Blue value is 126 (49.61% from 255 or 31.19% from 404); Max value from RGB is 156 - color contains mainly: green. Hex color #7A9C7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9C7E is #856381. Grayscale: #8E8E8E. Windows color (decimal): -8741762 or 8297594. OLE color: 8297594.
HSL color Cylindrical-coordinate representation of color #7A9C7E: hue angle of 127.06º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A9C7E is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 156 | 126 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.39 |
| HSL | 127.06º | 0.15% | 0.55% | - |
| HSV(B) | 127.06º | 0.22% | 0.61% | - |
| XYZ | 23.68 | 29.42 | 24.17 | - |
| YUV | 142.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 156 | 126 | 0.22 | 0 | 0.19 | 0.39 | 127.06 | 0.15 | 0.55 |
| Hex | 7A | 9C | 7E | 16 | 0 | 13 | 27 | 7F | F | 37 |
| Octal | 172 | 234 | 176 | 26 | 0 | 23 | 47 | 177 | 17 | 67 |
| Binary | 1111010 | 10011100 | 1111110 | 10110 | 0 | 10011 | 100111 | 1111111 | 1111 | 110111 |
Color Harmonies of #7A9C7E
Complementary color
Monochromatic Colors of #7A9C7E
Black with #7A9C7E
Text Example
Text Example
White with #7A9C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9C7E; }
p { color: rgb(122,156,126); }
H1.HeaderClassName
{
color: #7A9C7E;
}
.AnyTagClassName
{
color: #7A9C7E;
}
</style>
background-color css
<style>
a { background-color: #7A9C7E; }
a { background-color: rgb(122,156,126); }
div.DivClassName
{
background-color: #7A9C7E;
}
.BgClassName
{
background-color: #7A9C7E;
}
</style>
border-color css
<style>
span { border-color: #7A9C7E; }
span { border-color: rgb(122,156,126); }
td.TdClassName
{
border-color: #7A9C7E;
}
.TagClassName
{
border-color: #7A9C7E;
}
</style>