Shades of Oxley #789E81
Tints of Oxley #789E81
RGB
CMYK
RGB Variations
Color information
#789E81 (or 0x789E81) is known color: Oxley. HEX triplet: 78, 9E and 81. RGB value is (120,158,129). Sum of RGB (Red+Green+Blue) = 120+158+129=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 158 (62.11% from 255 or 38.82% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 158 - color contains mainly: green. Hex color #789E81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789E81 is #87617E. Grayscale: #8F8F8F. Windows color (decimal): -8872319 or 8494712. OLE color: 8494712.
HSL color Cylindrical-coordinate representation of color #789E81: hue angle of 134.21º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #789E81 is Cyan = 0.24, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 158 | 129 | - |
| CMYK | 0.24 | 0 | 0.18 | 0.38 |
| HSL | 134.21º | 0.16% | 0.55% | - |
| HSV(B) | 134.21º | 0.24% | 0.62% | - |
| XYZ | 23.94 | 30.03 | 25.3 | - |
| YUV | 143.33 | 119.91 | 111.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 158 | 129 | 0.24 | 0 | 0.18 | 0.38 | 134.21 | 0.16 | 0.55 |
| Hex | 78 | 9E | 81 | 18 | 0 | 12 | 26 | 86 | 10 | 37 |
| Octal | 170 | 236 | 201 | 30 | 0 | 22 | 46 | 206 | 20 | 67 |
| Binary | 1111000 | 10011110 | 10000001 | 11000 | 0 | 10010 | 100110 | 10000110 | 10000 | 110111 |
Color Harmonies of #789E81
Complementary color
Monochromatic Colors of #789E81
Black with #789E81
Text Example
Text Example
White with #789E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789E81; }
p { color: rgb(120,158,129); }
H1.HeaderClassName
{
color: #789E81;
}
.AnyTagClassName
{
color: #789E81;
}
</style>
background-color css
<style>
a { background-color: #789E81; }
a { background-color: rgb(120,158,129); }
div.DivClassName
{
background-color: #789E81;
}
.BgClassName
{
background-color: #789E81;
}
</style>
border-color css
<style>
span { border-color: #789E81; }
span { border-color: rgb(120,158,129); }
td.TdClassName
{
border-color: #789E81;
}
.TagClassName
{
border-color: #789E81;
}
</style>