Shades of Oxley #799D7C
Tints of Oxley #799D7C
RGB
CMYK
RGB Variations
Color information
#799D7C (or 0x799D7C) is known color: Oxley. HEX triplet: 79, 9D and 7C. RGB value is (121,157,124). Sum of RGB (Red+Green+Blue) = 121+157+124=402 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.10% from 402); Green value is 157 (61.72% from 255 or 39.05% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 157 - color contains mainly: green. Hex color #799D7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799D7C is #866283. Grayscale: #8E8E8E. Windows color (decimal): -8807044 or 8166777. OLE color: 8166777.
HSL color Cylindrical-coordinate representation of color #799D7C: hue angle of 125º 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 #799D7C is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 121 | 157 | 124 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.38 |
| HSL | 125º | 0.16% | 0.55% | - |
| HSV(B) | 125º | 0.23% | 0.62% | - |
| XYZ | 23.58 | 29.63 | 23.55 | - |
| YUV | 142.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 157 | 124 | 0.23 | 0 | 0.21 | 0.38 | 125 | 0.16 | 0.55 |
| Hex | 79 | 9D | 7C | 17 | 0 | 15 | 26 | 7D | 10 | 37 |
| Octal | 171 | 235 | 174 | 27 | 0 | 25 | 46 | 175 | 20 | 67 |
| Binary | 1111001 | 10011101 | 1111100 | 10111 | 0 | 10101 | 100110 | 1111101 | 10000 | 110111 |
Color Harmonies of #799D7C
Complementary color
Monochromatic Colors of #799D7C
Black with #799D7C
Text Example
Text Example
White with #799D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799D7C; }
p { color: rgb(121,157,124); }
H1.HeaderClassName
{
color: #799D7C;
}
.AnyTagClassName
{
color: #799D7C;
}
</style>
background-color css
<style>
a { background-color: #799D7C; }
a { background-color: rgb(121,157,124); }
div.DivClassName
{
background-color: #799D7C;
}
.BgClassName
{
background-color: #799D7C;
}
</style>
border-color css
<style>
span { border-color: #799D7C; }
span { border-color: rgb(121,157,124); }
td.TdClassName
{
border-color: #799D7C;
}
.TagClassName
{
border-color: #799D7C;
}
</style>