Shades of Oxley #7BA17D
Tints of Oxley #7BA17D
RGB
CMYK
RGB Variations
Color information
#7BA17D (or 0x7BA17D) is known color: Oxley. HEX triplet: 7B, A1 and 7D. RGB value is (123,161,125). Sum of RGB (Red+Green+Blue) = 123+161+125=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 125 (49.22% from 255 or 30.56% from 409); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA17D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BA17D is #845E82. Grayscale: #919191. Windows color (decimal): -8674947 or 8233339. OLE color: 8233339.
HSL color Cylindrical-coordinate representation of color #7BA17D: hue angle of 123.16º 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 #7BA17D is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 125 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.37 |
| HSL | 123.16º | 0.17% | 0.56% | - |
| HSV(B) | 123.16º | 0.24% | 0.63% | - |
| XYZ | 24.61 | 31.18 | 24.12 | - |
| YUV | 145.53 | 116.41 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 125 | 0.24 | 0 | 0.22 | 0.37 | 123.16 | 0.17 | 0.56 |
| Hex | 7B | A1 | 7D | 18 | 0 | 16 | 25 | 7B | 11 | 38 |
| Octal | 173 | 241 | 175 | 30 | 0 | 26 | 45 | 173 | 21 | 70 |
| Binary | 1111011 | 10100001 | 1111101 | 11000 | 0 | 10110 | 100101 | 1111011 | 10001 | 111000 |
Color Harmonies of #7BA17D
Complementary color
Monochromatic Colors of #7BA17D
Black with #7BA17D
Text Example
Text Example
White with #7BA17D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA17D; }
p { color: rgb(123,161,125); }
H1.HeaderClassName
{
color: #7BA17D;
}
.AnyTagClassName
{
color: #7BA17D;
}
</style>
background-color css
<style>
a { background-color: #7BA17D; }
a { background-color: rgb(123,161,125); }
div.DivClassName
{
background-color: #7BA17D;
}
.BgClassName
{
background-color: #7BA17D;
}
</style>
border-color css
<style>
span { border-color: #7BA17D; }
span { border-color: rgb(123,161,125); }
td.TdClassName
{
border-color: #7BA17D;
}
.TagClassName
{
border-color: #7BA17D;
}
</style>