Shades of Oxley #79A182
Tints of Oxley #79A182
RGB
CMYK
RGB Variations
Color information
#79A182 (or 0x79A182) is known color: Oxley. HEX triplet: 79, A1 and 82. RGB value is (121,161,130). Sum of RGB (Red+Green+Blue) = 121+161+130=412 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.37% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 130 (51.17% from 255 or 31.55% from 412); Max value from RGB is 161 - color contains mainly: green. Hex color #79A182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79A182 is #865E7D. Grayscale: #919191. Windows color (decimal): -8806014 or 8561017. OLE color: 8561017.
HSL color Cylindrical-coordinate representation of color #79A182: hue angle of 133.5º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #79A182 is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 121 | 161 | 130 | - |
| CMYK | 0.25 | 0 | 0.19 | 0.37 |
| HSL | 133.5º | 0.18% | 0.55% | - |
| HSV(B) | 133.5º | 0.25% | 0.63% | - |
| XYZ | 24.66 | 31.17 | 25.84 | - |
| YUV | 145.51 | 119.25 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 161 | 130 | 0.25 | 0 | 0.19 | 0.37 | 133.5 | 0.18 | 0.55 |
| Hex | 79 | A1 | 82 | 19 | 0 | 13 | 25 | 86 | 12 | 37 |
| Octal | 171 | 241 | 202 | 31 | 0 | 23 | 45 | 206 | 22 | 67 |
| Binary | 1111001 | 10100001 | 10000010 | 11001 | 0 | 10011 | 100101 | 10000110 | 10010 | 110111 |
Color Harmonies of #79A182
Complementary color
Monochromatic Colors of #79A182
Black with #79A182
Text Example
Text Example
White with #79A182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79A182; }
p { color: rgb(121,161,130); }
H1.HeaderClassName
{
color: #79A182;
}
.AnyTagClassName
{
color: #79A182;
}
</style>
background-color css
<style>
a { background-color: #79A182; }
a { background-color: rgb(121,161,130); }
div.DivClassName
{
background-color: #79A182;
}
.BgClassName
{
background-color: #79A182;
}
</style>
border-color css
<style>
span { border-color: #79A182; }
span { border-color: rgb(121,161,130); }
td.TdClassName
{
border-color: #79A182;
}
.TagClassName
{
border-color: #79A182;
}
</style>