Shades of Oxley #789D84
Tints of Oxley #789D84
RGB
CMYK
RGB Variations
Color information
#789D84 (or 0x789D84) is known color: Oxley. HEX triplet: 78, 9D and 84. RGB value is (120,157,132). Sum of RGB (Red+Green+Blue) = 120+157+132=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 157 (61.72% from 255 or 38.39% from 409); Blue value is 132 (51.95% from 255 or 32.27% from 409); Max value from RGB is 157 - color contains mainly: green. Hex color #789D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789D84 is #87627B. Grayscale: #8F8F8F. Windows color (decimal): -8872572 or 8691064. OLE color: 8691064.
HSL color Cylindrical-coordinate representation of color #789D84: hue angle of 139.46º 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 #789D84 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 157 | 132 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.38 |
| HSL | 139.46º | 0.16% | 0.54% | - |
| HSV(B) | 139.46º | 0.24% | 0.62% | - |
| XYZ | 23.97 | 29.77 | 26.31 | - |
| YUV | 143.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 157 | 132 | 0.24 | 0 | 0.16 | 0.38 | 139.46 | 0.16 | 0.54 |
| Hex | 78 | 9D | 84 | 18 | 0 | 10 | 26 | 8B | 10 | 36 |
| Octal | 170 | 235 | 204 | 30 | 0 | 20 | 46 | 213 | 20 | 66 |
| Binary | 1111000 | 10011101 | 10000100 | 11000 | 0 | 10000 | 100110 | 10001011 | 10000 | 110110 |
Color Harmonies of #789D84
Complementary color
Monochromatic Colors of #789D84
Black with #789D84
Text Example
Text Example
White with #789D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789D84; }
p { color: rgb(120,157,132); }
H1.HeaderClassName
{
color: #789D84;
}
.AnyTagClassName
{
color: #789D84;
}
</style>
background-color css
<style>
a { background-color: #789D84; }
a { background-color: rgb(120,157,132); }
div.DivClassName
{
background-color: #789D84;
}
.BgClassName
{
background-color: #789D84;
}
</style>
border-color css
<style>
span { border-color: #789D84; }
span { border-color: rgb(120,157,132); }
td.TdClassName
{
border-color: #789D84;
}
.TagClassName
{
border-color: #789D84;
}
</style>