Shades of Oxley #7CA17E
Tints of Oxley #7CA17E
RGB
CMYK
RGB Variations
Color information
#7CA17E (or 0x7CA17E) is known color: Oxley. HEX triplet: 7C, A1 and 7E. RGB value is (124,161,126). Sum of RGB (Red+Green+Blue) = 124+161+126=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 126 (49.61% from 255 or 30.66% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #7CA17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA17E is #835E81. Grayscale: #929292. Windows color (decimal): -8609410 or 8298876. OLE color: 8298876.
HSL color Cylindrical-coordinate representation of color #7CA17E: hue angle of 123.24º degrees, saturation: 0.16, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7CA17E is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 161 | 126 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.37 |
| HSL | 123.24º | 0.16% | 0.56% | - |
| HSV(B) | 123.24º | 0.23% | 0.63% | - |
| XYZ | 24.82 | 31.28 | 24.47 | - |
| YUV | 145.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 161 | 126 | 0.23 | 0 | 0.22 | 0.37 | 123.24 | 0.16 | 0.56 |
| Hex | 7C | A1 | 7E | 17 | 0 | 16 | 25 | 7B | 10 | 38 |
| Octal | 174 | 241 | 176 | 27 | 0 | 26 | 45 | 173 | 20 | 70 |
| Binary | 1111100 | 10100001 | 1111110 | 10111 | 0 | 10110 | 100101 | 1111011 | 10000 | 111000 |
Color Harmonies of #7CA17E
Complementary color
Monochromatic Colors of #7CA17E
Black with #7CA17E
Text Example
Text Example
White with #7CA17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA17E; }
p { color: rgb(124,161,126); }
H1.HeaderClassName
{
color: #7CA17E;
}
.AnyTagClassName
{
color: #7CA17E;
}
</style>
background-color css
<style>
a { background-color: #7CA17E; }
a { background-color: rgb(124,161,126); }
div.DivClassName
{
background-color: #7CA17E;
}
.BgClassName
{
background-color: #7CA17E;
}
</style>
border-color css
<style>
span { border-color: #7CA17E; }
span { border-color: rgb(124,161,126); }
td.TdClassName
{
border-color: #7CA17E;
}
.TagClassName
{
border-color: #7CA17E;
}
</style>