Shades of Oxley #799181
Tints of Oxley #799181
RGB
CMYK
RGB Variations
Color information
#799181 (or 0x799181) is known color: Oxley. HEX triplet: 79, 91 and 81. RGB value is (121,145,129). Sum of RGB (Red+Green+Blue) = 121+145+129=395 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.63% from 395); Green value is 145 (57.03% from 255 or 36.71% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 145 - color contains mainly: green. Hex color #799181 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799181 is #866E7E. Grayscale: #888888. Windows color (decimal): -8810111 or 8491385. OLE color: 8491385.
HSL color Cylindrical-coordinate representation of color #799181: hue angle of 140º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #799181 is Cyan = 0.17, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 121 | 145 | 129 | - |
| CMYK | 0.17 | 0 | 0.11 | 0.43 |
| HSL | 140º | 0.1% | 0.52% | - |
| HSV(B) | 140º | 0.17% | 0.57% | - |
| XYZ | 21.97 | 25.9 | 24.61 | - |
| YUV | 136 | 124.05 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 145 | 129 | 0.17 | 0 | 0.11 | 0.43 | 140 | 0.1 | 0.52 |
| Hex | 79 | 91 | 81 | 11 | 0 | B | 2B | 8C | A | 34 |
| Octal | 171 | 221 | 201 | 21 | 0 | 13 | 53 | 214 | 12 | 64 |
| Binary | 1111001 | 10010001 | 10000001 | 10001 | 0 | 1011 | 101011 | 10001100 | 1010 | 110100 |
Color Harmonies of #799181
Complementary color
Monochromatic Colors of #799181
Black with #799181
Text Example
Text Example
White with #799181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799181; }
p { color: rgb(121,145,129); }
H1.HeaderClassName
{
color: #799181;
}
.AnyTagClassName
{
color: #799181;
}
</style>
background-color css
<style>
a { background-color: #799181; }
a { background-color: rgb(121,145,129); }
div.DivClassName
{
background-color: #799181;
}
.BgClassName
{
background-color: #799181;
}
</style>
border-color css
<style>
span { border-color: #799181; }
span { border-color: rgb(121,145,129); }
td.TdClassName
{
border-color: #799181;
}
.TagClassName
{
border-color: #799181;
}
</style>