Shades of Oxley #79A481
Tints of Oxley #79A481
RGB
CMYK
RGB Variations
Color information
#79A481 (or 0x79A481) is known color: Oxley. HEX triplet: 79, A4 and 81. RGB value is (121,164,129). Sum of RGB (Red+Green+Blue) = 121+164+129=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 164 (64.45% from 255 or 39.61% from 414); Blue value is 129 (50.78% from 255 or 31.16% from 414); Max value from RGB is 164 - color contains mainly: green. Hex color #79A481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A481 is #865B7E. Grayscale: #939393. Windows color (decimal): -8805247 or 8496249. OLE color: 8496249.
HSL color Cylindrical-coordinate representation of color #79A481: hue angle of 131.16º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #79A481 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 121 | 164 | 129 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.36 |
| HSL | 131.16º | 0.19% | 0.56% | - |
| HSV(B) | 131.16º | 0.26% | 0.64% | - |
| XYZ | 25.12 | 32.2 | 25.66 | - |
| YUV | 147.15 | 117.75 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 164 | 129 | 0.26 | 0 | 0.21 | 0.36 | 131.16 | 0.19 | 0.56 |
| Hex | 79 | A4 | 81 | 1A | 0 | 15 | 24 | 83 | 13 | 38 |
| Octal | 171 | 244 | 201 | 32 | 0 | 25 | 44 | 203 | 23 | 70 |
| Binary | 1111001 | 10100100 | 10000001 | 11010 | 0 | 10101 | 100100 | 10000011 | 10011 | 111000 |
Color Harmonies of #79A481
Complementary color
Monochromatic Colors of #79A481
Black with #79A481
Text Example
Text Example
White with #79A481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A481; }
p { color: rgb(121,164,129); }
H1.HeaderClassName
{
color: #79A481;
}
.AnyTagClassName
{
color: #79A481;
}
</style>
background-color css
<style>
a { background-color: #79A481; }
a { background-color: rgb(121,164,129); }
div.DivClassName
{
background-color: #79A481;
}
.BgClassName
{
background-color: #79A481;
}
</style>
border-color css
<style>
span { border-color: #79A481; }
span { border-color: rgb(121,164,129); }
td.TdClassName
{
border-color: #79A481;
}
.TagClassName
{
border-color: #79A481;
}
</style>