Shades of Oxley #799581
Tints of Oxley #799581
RGB
CMYK
RGB Variations
Color information
#799581 (or 0x799581) is known color: Oxley. HEX triplet: 79, 95 and 81. RGB value is (121,149,129). Sum of RGB (Red+Green+Blue) = 121+149+129=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 129 (50.78% from 255 or 32.33% from 399); Max value from RGB is 149 - color contains mainly: green. Hex color #799581 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799581 is #866A7E. Grayscale: #8A8A8A. Windows color (decimal): -8809087 or 8492409. OLE color: 8492409.
HSL color Cylindrical-coordinate representation of color #799581: hue angle of 137.14º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #799581 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 149 | 129 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.42 |
| HSL | 137.14º | 0.12% | 0.53% | - |
| HSV(B) | 137.14º | 0.19% | 0.58% | - |
| XYZ | 22.6 | 27.14 | 24.82 | - |
| YUV | 138.35 | 122.72 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 149 | 129 | 0.19 | 0 | 0.13 | 0.42 | 137.14 | 0.12 | 0.53 |
| Hex | 79 | 95 | 81 | 13 | 0 | D | 2A | 89 | C | 35 |
| Octal | 171 | 225 | 201 | 23 | 0 | 15 | 52 | 211 | 14 | 65 |
| Binary | 1111001 | 10010101 | 10000001 | 10011 | 0 | 1101 | 101010 | 10001001 | 1100 | 110101 |
Color Harmonies of #799581
Complementary color
Monochromatic Colors of #799581
Black with #799581
Text Example
Text Example
White with #799581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799581; }
p { color: rgb(121,149,129); }
H1.HeaderClassName
{
color: #799581;
}
.AnyTagClassName
{
color: #799581;
}
</style>
background-color css
<style>
a { background-color: #799581; }
a { background-color: rgb(121,149,129); }
div.DivClassName
{
background-color: #799581;
}
.BgClassName
{
background-color: #799581;
}
</style>
border-color css
<style>
span { border-color: #799581; }
span { border-color: rgb(121,149,129); }
td.TdClassName
{
border-color: #799581;
}
.TagClassName
{
border-color: #799581;
}
</style>