Shades of Oxley #799F7C
Tints of Oxley #799F7C
RGB
CMYK
RGB Variations
Color information
#799F7C (or 0x799F7C) is known color: Oxley. HEX triplet: 79, 9F and 7C. RGB value is (121,159,124). Sum of RGB (Red+Green+Blue) = 121+159+124=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 159 (62.5% from 255 or 39.36% from 404); Blue value is 124 (48.83% from 255 or 30.69% from 404); Max value from RGB is 159 - color contains mainly: green. Hex color #799F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799F7C is #866083. Grayscale: #8F8F8F. Windows color (decimal): -8806532 or 8167289. OLE color: 8167289.
HSL color Cylindrical-coordinate representation of color #799F7C: hue angle of 124.74º 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 #799F7C is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 159 | 124 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.38 |
| HSL | 124.74º | 0.17% | 0.55% | - |
| HSV(B) | 124.74º | 0.24% | 0.62% | - |
| XYZ | 23.92 | 30.32 | 23.66 | - |
| YUV | 143.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 159 | 124 | 0.24 | 0 | 0.22 | 0.38 | 124.74 | 0.17 | 0.55 |
| Hex | 79 | 9F | 7C | 18 | 0 | 16 | 26 | 7D | 11 | 37 |
| Octal | 171 | 237 | 174 | 30 | 0 | 26 | 46 | 175 | 21 | 67 |
| Binary | 1111001 | 10011111 | 1111100 | 11000 | 0 | 10110 | 100110 | 1111101 | 10001 | 110111 |
Color Harmonies of #799F7C
Complementary color
Monochromatic Colors of #799F7C
Black with #799F7C
Text Example
Text Example
White with #799F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799F7C; }
p { color: rgb(121,159,124); }
H1.HeaderClassName
{
color: #799F7C;
}
.AnyTagClassName
{
color: #799F7C;
}
</style>
background-color css
<style>
a { background-color: #799F7C; }
a { background-color: rgb(121,159,124); }
div.DivClassName
{
background-color: #799F7C;
}
.BgClassName
{
background-color: #799F7C;
}
</style>
border-color css
<style>
span { border-color: #799F7C; }
span { border-color: rgb(121,159,124); }
td.TdClassName
{
border-color: #799F7C;
}
.TagClassName
{
border-color: #799F7C;
}
</style>