Shades of Oxley #7BA17F
Tints of Oxley #7BA17F
RGB
CMYK
RGB Variations
Color information
#7BA17F (or 0x7BA17F) is known color: Oxley. HEX triplet: 7B, A1 and 7F. RGB value is (123,161,127). Sum of RGB (Red+Green+Blue) = 123+161+127=411 (54% of max value = 765). Red value is 123 (48.44% from 255 or 29.93% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 127 (50% from 255 or 30.90% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA17F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA17F is #845E80. Grayscale: #919191. Windows color (decimal): -8674945 or 8364411. OLE color: 8364411.
HSL color Cylindrical-coordinate representation of color #7BA17F: hue angle of 126.32º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #7BA17F is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 127 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.37 |
| HSL | 126.32º | 0.17% | 0.56% | - |
| HSV(B) | 126.32º | 0.24% | 0.63% | - |
| XYZ | 24.74 | 31.23 | 24.8 | - |
| YUV | 145.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 127 | 0.24 | 0 | 0.21 | 0.37 | 126.32 | 0.17 | 0.56 |
| Hex | 7B | A1 | 7F | 18 | 0 | 15 | 25 | 7E | 11 | 38 |
| Octal | 173 | 241 | 177 | 30 | 0 | 25 | 45 | 176 | 21 | 70 |
| Binary | 1111011 | 10100001 | 1111111 | 11000 | 0 | 10101 | 100101 | 1111110 | 10001 | 111000 |
Color Harmonies of #7BA17F
Complementary color
Monochromatic Colors of #7BA17F
Black with #7BA17F
Text Example
Text Example
White with #7BA17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA17F; }
p { color: rgb(123,161,127); }
H1.HeaderClassName
{
color: #7BA17F;
}
.AnyTagClassName
{
color: #7BA17F;
}
</style>
background-color css
<style>
a { background-color: #7BA17F; }
a { background-color: rgb(123,161,127); }
div.DivClassName
{
background-color: #7BA17F;
}
.BgClassName
{
background-color: #7BA17F;
}
</style>
border-color css
<style>
span { border-color: #7BA17F; }
span { border-color: rgb(123,161,127); }
td.TdClassName
{
border-color: #7BA17F;
}
.TagClassName
{
border-color: #7BA17F;
}
</style>