Shades of Oxley #789D7E
Tints of Oxley #789D7E
RGB
CMYK
RGB Variations
Color information
#789D7E (or 0x789D7E) is known color: Oxley. HEX triplet: 78, 9D and 7E. RGB value is (120,157,126). Sum of RGB (Red+Green+Blue) = 120+157+126=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 157 (61.72% from 255 or 38.96% from 403); Blue value is 126 (49.61% from 255 or 31.27% from 403); Max value from RGB is 157 - color contains mainly: green. Hex color #789D7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789D7E is #876281. Grayscale: #8E8E8E. Windows color (decimal): -8872578 or 8297848. OLE color: 8297848.
HSL color Cylindrical-coordinate representation of color #789D7E: hue angle of 129.73º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789D7E is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 126 | - |
| CMYK | 0.24 | 0 | 0.20 | 0.38 |
| HSL | 129.73º | 0.16% | 0.54% | - |
| HSV(B) | 129.73º | 0.24% | 0.62% | - |
| XYZ | 23.57 | 29.61 | 24.21 | - |
| YUV | 142.4 | 118.74 | 112.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 126 | 0.24 | 0 | 0.20 | 0.38 | 129.73 | 0.16 | 0.54 |
| Hex | 78 | 9D | 7E | 18 | 0 | 14 | 26 | 82 | 10 | 36 |
| Octal | 170 | 235 | 176 | 30 | 0 | 24 | 46 | 202 | 20 | 66 |
| Binary | 1111000 | 10011101 | 1111110 | 11000 | 0 | 10100 | 100110 | 10000010 | 10000 | 110110 |
Color Harmonies of #789D7E
Complementary color
Monochromatic Colors of #789D7E
Black with #789D7E
Text Example
Text Example
White with #789D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D7E; }
p { color: rgb(120,157,126); }
H1.HeaderClassName
{
color: #789D7E;
}
.AnyTagClassName
{
color: #789D7E;
}
</style>
background-color css
<style>
a { background-color: #789D7E; }
a { background-color: rgb(120,157,126); }
div.DivClassName
{
background-color: #789D7E;
}
.BgClassName
{
background-color: #789D7E;
}
</style>
border-color css
<style>
span { border-color: #789D7E; }
span { border-color: rgb(120,157,126); }
td.TdClassName
{
border-color: #789D7E;
}
.TagClassName
{
border-color: #789D7E;
}
</style>