Shades of Oxley #7CA07E
Tints of Oxley #7CA07E
RGB
CMYK
RGB Variations
Color information
#7CA07E (or 0x7CA07E) is known color: Oxley. HEX triplet: 7C, A0 and 7E. RGB value is (124,160,126). Sum of RGB (Red+Green+Blue) = 124+160+126=410 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.24% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 126 (49.61% from 255 or 30.73% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #7CA07E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7CA07E is #835F81. Grayscale: #919191. Windows color (decimal): -8609666 or 8298620. OLE color: 8298620.
HSL color Cylindrical-coordinate representation of color #7CA07E: hue angle of 123.33º 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 #7CA07E is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 124 | 160 | 126 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.37 |
| HSL | 123.33º | 0.16% | 0.56% | - |
| HSV(B) | 123.33º | 0.23% | 0.63% | - |
| XYZ | 24.65 | 30.93 | 24.41 | - |
| YUV | 145.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 160 | 126 | 0.22 | 0 | 0.21 | 0.37 | 123.33 | 0.16 | 0.56 |
| Hex | 7C | A0 | 7E | 16 | 0 | 15 | 25 | 7B | 10 | 38 |
| Octal | 174 | 240 | 176 | 26 | 0 | 25 | 45 | 173 | 20 | 70 |
| Binary | 1111100 | 10100000 | 1111110 | 10110 | 0 | 10101 | 100101 | 1111011 | 10000 | 111000 |
Color Harmonies of #7CA07E
Complementary color
Monochromatic Colors of #7CA07E
Black with #7CA07E
Text Example
Text Example
White with #7CA07E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7CA07E; }
p { color: rgb(124,160,126); }
H1.HeaderClassName
{
color: #7CA07E;
}
.AnyTagClassName
{
color: #7CA07E;
}
</style>
background-color css
<style>
a { background-color: #7CA07E; }
a { background-color: rgb(124,160,126); }
div.DivClassName
{
background-color: #7CA07E;
}
.BgClassName
{
background-color: #7CA07E;
}
</style>
border-color css
<style>
span { border-color: #7CA07E; }
span { border-color: rgb(124,160,126); }
td.TdClassName
{
border-color: #7CA07E;
}
.TagClassName
{
border-color: #7CA07E;
}
</style>