Shades of Oxley #789F83
Tints of Oxley #789F83
RGB
CMYK
RGB Variations
Color information
#789F83 (or 0x789F83) is known color: Oxley. HEX triplet: 78, 9F and 83. RGB value is (120,159,131). Sum of RGB (Red+Green+Blue) = 120+159+131=410 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.27% from 410); Green value is 159 (62.5% from 255 or 38.78% from 410); Blue value is 131 (51.56% from 255 or 31.95% from 410); Max value from RGB is 159 - color contains mainly: green. Hex color #789F83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #789F83 is #87607C. Grayscale: #909090. Windows color (decimal): -8872061 or 8626040. OLE color: 8626040.
HSL color Cylindrical-coordinate representation of color #789F83: hue angle of 136.92º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789F83 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 131 | - |
| CMYK | 0.25 | 0 | 0.18 | 0.38 |
| HSL | 136.92º | 0.17% | 0.55% | - |
| HSV(B) | 136.92º | 0.25% | 0.62% | - |
| XYZ | 24.24 | 30.43 | 26.07 | - |
| YUV | 144.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 131 | 0.25 | 0 | 0.18 | 0.38 | 136.92 | 0.17 | 0.55 |
| Hex | 78 | 9F | 83 | 19 | 0 | 12 | 26 | 89 | 11 | 37 |
| Octal | 170 | 237 | 203 | 31 | 0 | 22 | 46 | 211 | 21 | 67 |
| Binary | 1111000 | 10011111 | 10000011 | 11001 | 0 | 10010 | 100110 | 10001001 | 10001 | 110111 |
Color Harmonies of #789F83
Complementary color
Monochromatic Colors of #789F83
Black with #789F83
Text Example
Text Example
White with #789F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F83; }
p { color: rgb(120,159,131); }
H1.HeaderClassName
{
color: #789F83;
}
.AnyTagClassName
{
color: #789F83;
}
</style>
background-color css
<style>
a { background-color: #789F83; }
a { background-color: rgb(120,159,131); }
div.DivClassName
{
background-color: #789F83;
}
.BgClassName
{
background-color: #789F83;
}
</style>
border-color css
<style>
span { border-color: #789F83; }
span { border-color: rgb(120,159,131); }
td.TdClassName
{
border-color: #789F83;
}
.TagClassName
{
border-color: #789F83;
}
</style>