Shades of Oxley #798F82
Tints of Oxley #798F82
RGB
CMYK
RGB Variations
Color information
#798F82 (or 0x798F82) is known color: Oxley. HEX triplet: 79, 8F and 82. RGB value is (121,143,130). Sum of RGB (Red+Green+Blue) = 121+143+130=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 143 - color contains mainly: green. Hex color #798F82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #798F82 is #86707D. Grayscale: #868686. Windows color (decimal): -8810622 or 8556409. OLE color: 8556409.
HSL color Cylindrical-coordinate representation of color #798F82: hue angle of 144.55º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #798F82 is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 143 | 130 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.44 |
| HSL | 144.55º | 0.09% | 0.52% | - |
| HSV(B) | 144.55º | 0.15% | 0.56% | - |
| XYZ | 21.74 | 25.32 | 24.86 | - |
| YUV | 134.94 | 125.21 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 143 | 130 | 0.15 | 0 | 0.09 | 0.44 | 144.55 | 0.09 | 0.52 |
| Hex | 79 | 8F | 82 | F | 0 | 9 | 2C | 91 | 9 | 34 |
| Octal | 171 | 217 | 202 | 17 | 0 | 11 | 54 | 221 | 11 | 64 |
| Binary | 1111001 | 10001111 | 10000010 | 1111 | 0 | 1001 | 101100 | 10010001 | 1001 | 110100 |
Color Harmonies of #798F82
Complementary color
Monochromatic Colors of #798F82
Black with #798F82
Text Example
Text Example
White with #798F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #798F82; }
p { color: rgb(121,143,130); }
H1.HeaderClassName
{
color: #798F82;
}
.AnyTagClassName
{
color: #798F82;
}
</style>
background-color css
<style>
a { background-color: #798F82; }
a { background-color: rgb(121,143,130); }
div.DivClassName
{
background-color: #798F82;
}
.BgClassName
{
background-color: #798F82;
}
</style>
border-color css
<style>
span { border-color: #798F82; }
span { border-color: rgb(121,143,130); }
td.TdClassName
{
border-color: #798F82;
}
.TagClassName
{
border-color: #798F82;
}
</style>