Shades of Oxley #79A87D
Tints of Oxley #79A87D
RGB
CMYK
RGB Variations
Color information
#79A87D (or 0x79A87D) is known color: Oxley. HEX triplet: 79, A8 and 7D. RGB value is (121,168,125). Sum of RGB (Red+Green+Blue) = 121+168+125=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 168 - color contains mainly: green. Hex color #79A87D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A87D is #865782. Grayscale: #959595. Windows color (decimal): -8804227 or 8235129. OLE color: 8235129.
HSL color Cylindrical-coordinate representation of color #79A87D: hue angle of 125.11º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #79A87D is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 168 | 125 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.34 |
| HSL | 125.11º | 0.21% | 0.57% | - |
| HSV(B) | 125.11º | 0.28% | 0.66% | - |
| XYZ | 25.59 | 33.55 | 24.53 | - |
| YUV | 149.05 | 114.43 | 108 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 168 | 125 | 0.28 | 0 | 0.26 | 0.34 | 125.11 | 0.21 | 0.57 |
| Hex | 79 | A8 | 7D | 1C | 0 | 1A | 22 | 7D | 15 | 39 |
| Octal | 171 | 250 | 175 | 34 | 0 | 32 | 42 | 175 | 25 | 71 |
| Binary | 1111001 | 10101000 | 1111101 | 11100 | 0 | 11010 | 100010 | 1111101 | 10101 | 111001 |
Color Harmonies of #79A87D
Complementary color
Monochromatic Colors of #79A87D
Black with #79A87D
Text Example
Text Example
White with #79A87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A87D; }
p { color: rgb(121,168,125); }
H1.HeaderClassName
{
color: #79A87D;
}
.AnyTagClassName
{
color: #79A87D;
}
</style>
background-color css
<style>
a { background-color: #79A87D; }
a { background-color: rgb(121,168,125); }
div.DivClassName
{
background-color: #79A87D;
}
.BgClassName
{
background-color: #79A87D;
}
</style>
border-color css
<style>
span { border-color: #79A87D; }
span { border-color: rgb(121,168,125); }
td.TdClassName
{
border-color: #79A87D;
}
.TagClassName
{
border-color: #79A87D;
}
</style>