Shades of Oxley #7A9A7F
Tints of Oxley #7A9A7F
RGB
CMYK
RGB Variations
Color information
#7A9A7F (or 0x7A9A7F) is known color: Oxley. HEX triplet: 7A, 9A and 7F. RGB value is (122,154,127). Sum of RGB (Red+Green+Blue) = 122+154+127=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 154 (60.55% from 255 or 38.21% from 403); Blue value is 127 (50% from 255 or 31.51% from 403); Max value from RGB is 154 - color contains mainly: green. Hex color #7A9A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7A9A7F is #856580. Grayscale: #8D8D8D. Windows color (decimal): -8742273 or 8362618. OLE color: 8362618.
HSL color Cylindrical-coordinate representation of color #7A9A7F: hue angle of 129.38º degrees, saturation: 0.14, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A9A7F is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 122 | 154 | 127 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.40 |
| HSL | 129.38º | 0.14% | 0.54% | - |
| HSV(B) | 129.38º | 0.21% | 0.6% | - |
| XYZ | 23.41 | 28.78 | 24.4 | - |
| YUV | 141.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 154 | 127 | 0.21 | 0 | 0.18 | 0.40 | 129.38 | 0.14 | 0.54 |
| Hex | 7A | 9A | 7F | 15 | 0 | 12 | 28 | 81 | E | 36 |
| Octal | 172 | 232 | 177 | 25 | 0 | 22 | 50 | 201 | 16 | 66 |
| Binary | 1111010 | 10011010 | 1111111 | 10101 | 0 | 10010 | 101000 | 10000001 | 1110 | 110110 |
Color Harmonies of #7A9A7F
Complementary color
Monochromatic Colors of #7A9A7F
Black with #7A9A7F
Text Example
Text Example
White with #7A9A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9A7F; }
p { color: rgb(122,154,127); }
H1.HeaderClassName
{
color: #7A9A7F;
}
.AnyTagClassName
{
color: #7A9A7F;
}
</style>
background-color css
<style>
a { background-color: #7A9A7F; }
a { background-color: rgb(122,154,127); }
div.DivClassName
{
background-color: #7A9A7F;
}
.BgClassName
{
background-color: #7A9A7F;
}
</style>
border-color css
<style>
span { border-color: #7A9A7F; }
span { border-color: rgb(122,154,127); }
td.TdClassName
{
border-color: #7A9A7F;
}
.TagClassName
{
border-color: #7A9A7F;
}
</style>