Shades of Oxley #79A07B
Tints of Oxley #79A07B
RGB
CMYK
RGB Variations
Color information
#79A07B (or 0x79A07B) is known color: Oxley. HEX triplet: 79, A0 and 7B. RGB value is (121,160,123). Sum of RGB (Red+Green+Blue) = 121+160+123=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 123 (48.44% from 255 or 30.45% from 404); Max value from RGB is 160 - color contains mainly: green. Hex color #79A07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #79A07B is #865F84. Grayscale: #909090. Windows color (decimal): -8806277 or 8102009. OLE color: 8102009.
HSL color Cylindrical-coordinate representation of color #79A07B: hue angle of 123.08º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #79A07B is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 160 | 123 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.37 |
| HSL | 123.08º | 0.17% | 0.55% | - |
| HSV(B) | 123.08º | 0.24% | 0.63% | - |
| XYZ | 24.03 | 30.64 | 23.39 | - |
| YUV | 144.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 160 | 123 | 0.24 | 0 | 0.23 | 0.37 | 123.08 | 0.17 | 0.55 |
| Hex | 79 | A0 | 7B | 18 | 0 | 17 | 25 | 7B | 11 | 37 |
| Octal | 171 | 240 | 173 | 30 | 0 | 27 | 45 | 173 | 21 | 67 |
| Binary | 1111001 | 10100000 | 1111011 | 11000 | 0 | 10111 | 100101 | 1111011 | 10001 | 110111 |
Color Harmonies of #79A07B
Complementary color
Monochromatic Colors of #79A07B
Black with #79A07B
Text Example
Text Example
White with #79A07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A07B; }
p { color: rgb(121,160,123); }
H1.HeaderClassName
{
color: #79A07B;
}
.AnyTagClassName
{
color: #79A07B;
}
</style>
background-color css
<style>
a { background-color: #79A07B; }
a { background-color: rgb(121,160,123); }
div.DivClassName
{
background-color: #79A07B;
}
.BgClassName
{
background-color: #79A07B;
}
</style>
border-color css
<style>
span { border-color: #79A07B; }
span { border-color: rgb(121,160,123); }
td.TdClassName
{
border-color: #79A07B;
}
.TagClassName
{
border-color: #79A07B;
}
</style>