Shades of Oxley #799684
Tints of Oxley #799684
RGB
CMYK
RGB Variations
Color information
#799684 (or 0x799684) is known color: Oxley. HEX triplet: 79, 96 and 84. RGB value is (121,150,132). Sum of RGB (Red+Green+Blue) = 121+150+132=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 150 (58.98% from 255 or 37.22% from 403); Blue value is 132 (51.95% from 255 or 32.75% from 403); Max value from RGB is 150 - color contains mainly: green. Hex color #799684 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #799684 is #86697B. Grayscale: #8B8B8B. Windows color (decimal): -8808828 or 8689273. OLE color: 8689273.
HSL color Cylindrical-coordinate representation of color #799684: hue angle of 142.76º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #799684 is Cyan = 0.19, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 121 | 150 | 132 | - |
| CMYK | 0.19 | 0 | 0.12 | 0.41 |
| HSL | 142.76º | 0.12% | 0.53% | - |
| HSV(B) | 142.76º | 0.19% | 0.59% | - |
| XYZ | 22.96 | 27.54 | 25.94 | - |
| YUV | 139.28 | 123.89 | 114.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 150 | 132 | 0.19 | 0 | 0.12 | 0.41 | 142.76 | 0.12 | 0.53 |
| Hex | 79 | 96 | 84 | 13 | 0 | C | 29 | 8F | C | 35 |
| Octal | 171 | 226 | 204 | 23 | 0 | 14 | 51 | 217 | 14 | 65 |
| Binary | 1111001 | 10010110 | 10000100 | 10011 | 0 | 1100 | 101001 | 10001111 | 1100 | 110101 |
Color Harmonies of #799684
Complementary color
Monochromatic Colors of #799684
Black with #799684
Text Example
Text Example
White with #799684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #799684; }
p { color: rgb(121,150,132); }
H1.HeaderClassName
{
color: #799684;
}
.AnyTagClassName
{
color: #799684;
}
</style>
background-color css
<style>
a { background-color: #799684; }
a { background-color: rgb(121,150,132); }
div.DivClassName
{
background-color: #799684;
}
.BgClassName
{
background-color: #799684;
}
</style>
border-color css
<style>
span { border-color: #799684; }
span { border-color: rgb(121,150,132); }
td.TdClassName
{
border-color: #799684;
}
.TagClassName
{
border-color: #799684;
}
</style>