Shades of Oxley #7BA07F
Tints of Oxley #7BA07F
RGB
CMYK
RGB Variations
Color information
#7BA07F (or 0x7BA07F) is known color: Oxley. HEX triplet: 7B, A0 and 7F. RGB value is (123,160,127). Sum of RGB (Red+Green+Blue) = 123+160+127=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 160 (62.89% from 255 or 39.02% from 410); Blue value is 127 (50% from 255 or 30.98% from 410); Max value from RGB is 160 - color contains mainly: green. Hex color #7BA07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA07F is #845F80. Grayscale: #919191. Windows color (decimal): -8675201 or 8364155. OLE color: 8364155.
HSL color Cylindrical-coordinate representation of color #7BA07F: hue angle of 126.49º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7BA07F is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 160 | 127 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.37 |
| HSL | 126.49º | 0.16% | 0.55% | - |
| HSV(B) | 126.49º | 0.23% | 0.63% | - |
| XYZ | 24.57 | 30.88 | 24.75 | - |
| YUV | 145.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 160 | 127 | 0.23 | 0 | 0.21 | 0.37 | 126.49 | 0.16 | 0.55 |
| Hex | 7B | A0 | 7F | 17 | 0 | 15 | 25 | 7E | 10 | 37 |
| Octal | 173 | 240 | 177 | 27 | 0 | 25 | 45 | 176 | 20 | 67 |
| Binary | 1111011 | 10100000 | 1111111 | 10111 | 0 | 10101 | 100101 | 1111110 | 10000 | 110111 |
Color Harmonies of #7BA07F
Complementary color
Monochromatic Colors of #7BA07F
Black with #7BA07F
Text Example
Text Example
White with #7BA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA07F; }
p { color: rgb(123,160,127); }
H1.HeaderClassName
{
color: #7BA07F;
}
.AnyTagClassName
{
color: #7BA07F;
}
</style>
background-color css
<style>
a { background-color: #7BA07F; }
a { background-color: rgb(123,160,127); }
div.DivClassName
{
background-color: #7BA07F;
}
.BgClassName
{
background-color: #7BA07F;
}
</style>
border-color css
<style>
span { border-color: #7BA07F; }
span { border-color: rgb(123,160,127); }
td.TdClassName
{
border-color: #7BA07F;
}
.TagClassName
{
border-color: #7BA07F;
}
</style>