Shades of Oxley #7A9F85
Tints of Oxley #7A9F85
RGB
CMYK
RGB Variations
Color information
#7A9F85 (or 0x7A9F85) is known color: Oxley. HEX triplet: 7A, 9F and 85. RGB value is (122,159,133). Sum of RGB (Red+Green+Blue) = 122+159+133=414 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.47% from 414); Green value is 159 (62.5% from 255 or 38.41% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 159 - color contains mainly: green. Hex color #7A9F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A9F85 is #85607A. Grayscale: #919191. Windows color (decimal): -8740987 or 8757114. OLE color: 8757114.
HSL color Cylindrical-coordinate representation of color #7A9F85: hue angle of 137.84º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7A9F85 is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 159 | 133 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.38 |
| HSL | 137.84º | 0.16% | 0.55% | - |
| HSV(B) | 137.84º | 0.23% | 0.62% | - |
| XYZ | 24.66 | 30.63 | 26.8 | - |
| YUV | 144.97 | 121.24 | 111.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 159 | 133 | 0.23 | 0 | 0.16 | 0.38 | 137.84 | 0.16 | 0.55 |
| Hex | 7A | 9F | 85 | 17 | 0 | 10 | 26 | 8A | 10 | 37 |
| Octal | 172 | 237 | 205 | 27 | 0 | 20 | 46 | 212 | 20 | 67 |
| Binary | 1111010 | 10011111 | 10000101 | 10111 | 0 | 10000 | 100110 | 10001010 | 10000 | 110111 |
Color Harmonies of #7A9F85
Complementary color
Monochromatic Colors of #7A9F85
Black with #7A9F85
Text Example
Text Example
White with #7A9F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A9F85; }
p { color: rgb(122,159,133); }
H1.HeaderClassName
{
color: #7A9F85;
}
.AnyTagClassName
{
color: #7A9F85;
}
</style>
background-color css
<style>
a { background-color: #7A9F85; }
a { background-color: rgb(122,159,133); }
div.DivClassName
{
background-color: #7A9F85;
}
.BgClassName
{
background-color: #7A9F85;
}
</style>
border-color css
<style>
span { border-color: #7A9F85; }
span { border-color: rgb(122,159,133); }
td.TdClassName
{
border-color: #7A9F85;
}
.TagClassName
{
border-color: #7A9F85;
}
</style>