Shades of Oxley #7C9E84
Tints of Oxley #7C9E84
RGB
CMYK
RGB Variations
Color information
#7C9E84 (or 0x7C9E84) is known color: Oxley. HEX triplet: 7C, 9E and 84. RGB value is (124,158,132). Sum of RGB (Red+Green+Blue) = 124+158+132=414 (54% of max value = 765). Red value is 124 (48.83% from 255 or 29.95% from 414); Green value is 158 (62.11% from 255 or 38.16% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 158 - color contains mainly: green. Hex color #7C9E84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C9E84 is #83617B. Grayscale: #909090. Windows color (decimal): -8610172 or 8691324. OLE color: 8691324.
HSL color Cylindrical-coordinate representation of color #7C9E84: hue angle of 134.12º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7C9E84 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 158 | 132 | - |
| CMYK | 0.22 | 0 | 0.16 | 0.38 |
| HSL | 134.12º | 0.15% | 0.55% | - |
| HSV(B) | 134.12º | 0.22% | 0.62% | - |
| XYZ | 24.7 | 30.4 | 26.4 | - |
| YUV | 144.87 | 120.74 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 158 | 132 | 0.22 | 0 | 0.16 | 0.38 | 134.12 | 0.15 | 0.55 |
| Hex | 7C | 9E | 84 | 16 | 0 | 10 | 26 | 86 | F | 37 |
| Octal | 174 | 236 | 204 | 26 | 0 | 20 | 46 | 206 | 17 | 67 |
| Binary | 1111100 | 10011110 | 10000100 | 10110 | 0 | 10000 | 100110 | 10000110 | 1111 | 110111 |
Color Harmonies of #7C9E84
Complementary color
Monochromatic Colors of #7C9E84
Black with #7C9E84
Text Example
Text Example
White with #7C9E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C9E84; }
p { color: rgb(124,158,132); }
H1.HeaderClassName
{
color: #7C9E84;
}
.AnyTagClassName
{
color: #7C9E84;
}
</style>
background-color css
<style>
a { background-color: #7C9E84; }
a { background-color: rgb(124,158,132); }
div.DivClassName
{
background-color: #7C9E84;
}
.BgClassName
{
background-color: #7C9E84;
}
</style>
border-color css
<style>
span { border-color: #7C9E84; }
span { border-color: rgb(124,158,132); }
td.TdClassName
{
border-color: #7C9E84;
}
.TagClassName
{
border-color: #7C9E84;
}
</style>