Shades of Oxley #799F85
Tints of Oxley #799F85
RGB
CMYK
RGB Variations
Color information
#799F85 (or 0x799F85) is known color: Oxley. HEX triplet: 79, 9F and 85. RGB value is (121,159,133). Sum of RGB (Red+Green+Blue) = 121+159+133=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 159 (62.5% from 255 or 38.50% from 413); Blue value is 133 (52.34% from 255 or 32.20% from 413); Max value from RGB is 159 - color contains mainly: green. Hex color #799F85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799F85 is #86607A. Grayscale: #909090. Windows color (decimal): -8806523 or 8757113. OLE color: 8757113.
HSL color Cylindrical-coordinate representation of color #799F85: hue angle of 138.95º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #799F85 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 133 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.38 |
| HSL | 138.95º | 0.17% | 0.55% | - |
| HSV(B) | 138.95º | 0.24% | 0.62% | - |
| XYZ | 24.52 | 30.55 | 26.8 | - |
| YUV | 144.67 | 121.41 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 133 | 0.24 | 0 | 0.16 | 0.38 | 138.95 | 0.17 | 0.55 |
| Hex | 79 | 9F | 85 | 18 | 0 | 10 | 26 | 8B | 11 | 37 |
| Octal | 171 | 237 | 205 | 30 | 0 | 20 | 46 | 213 | 21 | 67 |
| Binary | 1111001 | 10011111 | 10000101 | 11000 | 0 | 10000 | 100110 | 10001011 | 10001 | 110111 |
Color Harmonies of #799F85
Complementary color
Monochromatic Colors of #799F85
Black with #799F85
Text Example
Text Example
White with #799F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F85; }
p { color: rgb(121,159,133); }
H1.HeaderClassName
{
color: #799F85;
}
.AnyTagClassName
{
color: #799F85;
}
</style>
background-color css
<style>
a { background-color: #799F85; }
a { background-color: rgb(121,159,133); }
div.DivClassName
{
background-color: #799F85;
}
.BgClassName
{
background-color: #799F85;
}
</style>
border-color css
<style>
span { border-color: #799F85; }
span { border-color: rgb(121,159,133); }
td.TdClassName
{
border-color: #799F85;
}
.TagClassName
{
border-color: #799F85;
}
</style>