Shades of Oxley #7B9E80
Tints of Oxley #7B9E80
RGB
CMYK
RGB Variations
Color information
#7B9E80 (or 0x7B9E80) is known color: Oxley. HEX triplet: 7B, 9E and 80. RGB value is (123,158,128). Sum of RGB (Red+Green+Blue) = 123+158+128=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 158 (62.11% from 255 or 38.63% from 409); Blue value is 128 (50.39% from 255 or 31.30% from 409); Max value from RGB is 158 - color contains mainly: green. Hex color #7B9E80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B9E80 is #84617F. Grayscale: #909090. Windows color (decimal): -8675712 or 8429179. OLE color: 8429179.
HSL color Cylindrical-coordinate representation of color #7B9E80: hue angle of 128.57º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B9E80 is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 123 | 158 | 128 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.38 |
| HSL | 128.57º | 0.15% | 0.55% | - |
| HSV(B) | 128.57º | 0.22% | 0.62% | - |
| XYZ | 24.29 | 30.22 | 24.98 | - |
| YUV | 144.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 158 | 128 | 0.22 | 0 | 0.19 | 0.38 | 128.57 | 0.15 | 0.55 |
| Hex | 7B | 9E | 80 | 16 | 0 | 13 | 26 | 81 | F | 37 |
| Octal | 173 | 236 | 200 | 26 | 0 | 23 | 46 | 201 | 17 | 67 |
| Binary | 1111011 | 10011110 | 10000000 | 10110 | 0 | 10011 | 100110 | 10000001 | 1111 | 110111 |
Color Harmonies of #7B9E80
Complementary color
Monochromatic Colors of #7B9E80
Black with #7B9E80
Text Example
Text Example
White with #7B9E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B9E80; }
p { color: rgb(123,158,128); }
H1.HeaderClassName
{
color: #7B9E80;
}
.AnyTagClassName
{
color: #7B9E80;
}
</style>
background-color css
<style>
a { background-color: #7B9E80; }
a { background-color: rgb(123,158,128); }
div.DivClassName
{
background-color: #7B9E80;
}
.BgClassName
{
background-color: #7B9E80;
}
</style>
border-color css
<style>
span { border-color: #7B9E80; }
span { border-color: rgb(123,158,128); }
td.TdClassName
{
border-color: #7B9E80;
}
.TagClassName
{
border-color: #7B9E80;
}
</style>