Shades of Oxley #789F7C
Tints of Oxley #789F7C
RGB
CMYK
RGB Variations
Color information
#789F7C (or 0x789F7C) is known color: Oxley. HEX triplet: 78, 9F and 7C. RGB value is (120,159,124). Sum of RGB (Red+Green+Blue) = 120+159+124=403 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.78% from 403); Green value is 159 (62.5% from 255 or 39.45% from 403); Blue value is 124 (48.83% from 255 or 30.77% from 403); Max value from RGB is 159 - color contains mainly: green. Hex color #789F7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789F7C is #876083. Grayscale: #8F8F8F. Windows color (decimal): -8872068 or 8167288. OLE color: 8167288.
HSL color Cylindrical-coordinate representation of color #789F7C: hue angle of 126.15º 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 #789F7C is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 120 | 159 | 124 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.38 |
| HSL | 126.15º | 0.17% | 0.55% | - |
| HSV(B) | 126.15º | 0.25% | 0.62% | - |
| XYZ | 23.78 | 30.24 | 23.65 | - |
| YUV | 143.35 | 117.08 | 111.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 159 | 124 | 0.25 | 0 | 0.22 | 0.38 | 126.15 | 0.17 | 0.55 |
| Hex | 78 | 9F | 7C | 19 | 0 | 16 | 26 | 7E | 11 | 37 |
| Octal | 170 | 237 | 174 | 31 | 0 | 26 | 46 | 176 | 21 | 67 |
| Binary | 1111000 | 10011111 | 1111100 | 11001 | 0 | 10110 | 100110 | 1111110 | 10001 | 110111 |
Color Harmonies of #789F7C
Complementary color
Monochromatic Colors of #789F7C
Black with #789F7C
Text Example
Text Example
White with #789F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789F7C; }
p { color: rgb(120,159,124); }
H1.HeaderClassName
{
color: #789F7C;
}
.AnyTagClassName
{
color: #789F7C;
}
</style>
background-color css
<style>
a { background-color: #789F7C; }
a { background-color: rgb(120,159,124); }
div.DivClassName
{
background-color: #789F7C;
}
.BgClassName
{
background-color: #789F7C;
}
</style>
border-color css
<style>
span { border-color: #789F7C; }
span { border-color: rgb(120,159,124); }
td.TdClassName
{
border-color: #789F7C;
}
.TagClassName
{
border-color: #789F7C;
}
</style>