Shades of Oxley #7BA184
Tints of Oxley #7BA184
RGB
CMYK
RGB Variations
Color information
#7BA184 (or 0x7BA184) is known color: Oxley. HEX triplet: 7B, A1 and 84. RGB value is (123,161,132). Sum of RGB (Red+Green+Blue) = 123+161+132=416 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.57% from 416); Green value is 161 (63.28% from 255 or 38.70% from 416); Blue value is 132 (51.95% from 255 or 31.73% from 416); Max value from RGB is 161 - color contains mainly: green. Hex color #7BA184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA184 is #845E7B. Grayscale: #929292. Windows color (decimal): -8674940 or 8692091. OLE color: 8692091.
HSL color Cylindrical-coordinate representation of color #7BA184: hue angle of 134.21º 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 #7BA184 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 123 | 161 | 132 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.37 |
| HSL | 134.21º | 0.17% | 0.56% | - |
| HSV(B) | 134.21º | 0.24% | 0.63% | - |
| XYZ | 25.08 | 31.37 | 26.56 | - |
| YUV | 146.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 161 | 132 | 0.24 | 0 | 0.18 | 0.37 | 134.21 | 0.17 | 0.56 |
| Hex | 7B | A1 | 84 | 18 | 0 | 12 | 25 | 86 | 11 | 38 |
| Octal | 173 | 241 | 204 | 30 | 0 | 22 | 45 | 206 | 21 | 70 |
| Binary | 1111011 | 10100001 | 10000100 | 11000 | 0 | 10010 | 100101 | 10000110 | 10001 | 111000 |
Color Harmonies of #7BA184
Complementary color
Monochromatic Colors of #7BA184
Black with #7BA184
Text Example
Text Example
White with #7BA184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BA184; }
p { color: rgb(123,161,132); }
H1.HeaderClassName
{
color: #7BA184;
}
.AnyTagClassName
{
color: #7BA184;
}
</style>
background-color css
<style>
a { background-color: #7BA184; }
a { background-color: rgb(123,161,132); }
div.DivClassName
{
background-color: #7BA184;
}
.BgClassName
{
background-color: #7BA184;
}
</style>
border-color css
<style>
span { border-color: #7BA184; }
span { border-color: rgb(123,161,132); }
td.TdClassName
{
border-color: #7BA184;
}
.TagClassName
{
border-color: #7BA184;
}
</style>