Shades of Oxley #789B7A
Tints of Oxley #789B7A
RGB
CMYK
RGB Variations
Color information
#789B7A (or 0x789B7A) is known color: Oxley. HEX triplet: 78, 9B and 7A. RGB value is (120,155,122). Sum of RGB (Red+Green+Blue) = 120+155+122=397 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.23% from 397); Green value is 155 (60.94% from 255 or 39.04% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 155 - color contains mainly: green. Hex color #789B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789B7A is #876485. Grayscale: #8C8C8C. Windows color (decimal): -8873094 or 8035192. OLE color: 8035192.
HSL color Cylindrical-coordinate representation of color #789B7A: hue angle of 123.43º degrees, saturation: 0.15, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #789B7A is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 155 | 122 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.39 |
| HSL | 123.43º | 0.15% | 0.54% | - |
| HSV(B) | 123.43º | 0.23% | 0.61% | - |
| XYZ | 22.98 | 28.84 | 22.77 | - |
| YUV | 140.77 | 117.4 | 113.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 155 | 122 | 0.23 | 0 | 0.21 | 0.39 | 123.43 | 0.15 | 0.54 |
| Hex | 78 | 9B | 7A | 17 | 0 | 15 | 27 | 7B | F | 36 |
| Octal | 170 | 233 | 172 | 27 | 0 | 25 | 47 | 173 | 17 | 66 |
| Binary | 1111000 | 10011011 | 1111010 | 10111 | 0 | 10101 | 100111 | 1111011 | 1111 | 110110 |
Color Harmonies of #789B7A
Complementary color
Monochromatic Colors of #789B7A
Black with #789B7A
Text Example
Text Example
White with #789B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #789B7A; }
p { color: rgb(120,155,122); }
H1.HeaderClassName
{
color: #789B7A;
}
.AnyTagClassName
{
color: #789B7A;
}
</style>
background-color css
<style>
a { background-color: #789B7A; }
a { background-color: rgb(120,155,122); }
div.DivClassName
{
background-color: #789B7A;
}
.BgClassName
{
background-color: #789B7A;
}
</style>
border-color css
<style>
span { border-color: #789B7A; }
span { border-color: rgb(120,155,122); }
td.TdClassName
{
border-color: #789B7A;
}
.TagClassName
{
border-color: #789B7A;
}
</style>