Shades of Oxley #799E81
Tints of Oxley #799E81
RGB
CMYK
RGB Variations
Color information
#799E81 (or 0x799E81) is known color: Oxley. HEX triplet: 79, 9E and 81. RGB value is (121,158,129). Sum of RGB (Red+Green+Blue) = 121+158+129=408 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.66% from 408); Green value is 158 (62.11% from 255 or 38.73% from 408); Blue value is 129 (50.78% from 255 or 31.62% from 408); Max value from RGB is 158 - color contains mainly: green. Hex color #799E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799E81 is #86617E. Grayscale: #8F8F8F. Windows color (decimal): -8806783 or 8494713. OLE color: 8494713.
HSL color Cylindrical-coordinate representation of color #799E81: hue angle of 132.97º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799E81 is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 158 | 129 | - |
| CMYK | 0.23 | 0 | 0.18 | 0.38 |
| HSL | 132.97º | 0.16% | 0.55% | - |
| HSV(B) | 132.97º | 0.23% | 0.62% | - |
| XYZ | 24.07 | 30.1 | 25.31 | - |
| YUV | 143.63 | 119.74 | 111.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 158 | 129 | 0.23 | 0 | 0.18 | 0.38 | 132.97 | 0.16 | 0.55 |
| Hex | 79 | 9E | 81 | 17 | 0 | 12 | 26 | 85 | 10 | 37 |
| Octal | 171 | 236 | 201 | 27 | 0 | 22 | 46 | 205 | 20 | 67 |
| Binary | 1111001 | 10011110 | 10000001 | 10111 | 0 | 10010 | 100110 | 10000101 | 10000 | 110111 |
Color Harmonies of #799E81
Complementary color
Monochromatic Colors of #799E81
Black with #799E81
Text Example
Text Example
White with #799E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799E81; }
p { color: rgb(121,158,129); }
H1.HeaderClassName
{
color: #799E81;
}
.AnyTagClassName
{
color: #799E81;
}
</style>
background-color css
<style>
a { background-color: #799E81; }
a { background-color: rgb(121,158,129); }
div.DivClassName
{
background-color: #799E81;
}
.BgClassName
{
background-color: #799E81;
}
</style>
border-color css
<style>
span { border-color: #799E81; }
span { border-color: rgb(121,158,129); }
td.TdClassName
{
border-color: #799E81;
}
.TagClassName
{
border-color: #799E81;
}
</style>