Shades of Oxley #78A080
Tints of Oxley #78A080
RGB
CMYK
RGB Variations
Color information
#78A080 (or 0x78A080) is known color: Oxley. HEX triplet: 78, A0 and 80. RGB value is (120,160,128). Sum of RGB (Red+Green+Blue) = 120+160+128=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #78A080 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #78A080 is #875F7F. Grayscale: #909090. Windows color (decimal): -8871808 or 8429688. OLE color: 8429688.
HSL color Cylindrical-coordinate representation of color #78A080: hue angle of 132º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #78A080 is Cyan = 0.25, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 128 | - |
| CMYK | 0.25 | 0 | 0.20 | 0.37 |
| HSL | 132º | 0.17% | 0.55% | - |
| HSV(B) | 132º | 0.25% | 0.63% | - |
| XYZ | 24.21 | 30.69 | 25.07 | - |
| YUV | 144.39 | 118.75 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 128 | 0.25 | 0 | 0.20 | 0.37 | 132 | 0.17 | 0.55 |
| Hex | 78 | A0 | 80 | 19 | 0 | 14 | 25 | 84 | 11 | 37 |
| Octal | 170 | 240 | 200 | 31 | 0 | 24 | 45 | 204 | 21 | 67 |
| Binary | 1111000 | 10100000 | 10000000 | 11001 | 0 | 10100 | 100101 | 10000100 | 10001 | 110111 |
Color Harmonies of #78A080
Complementary color
Monochromatic Colors of #78A080
Black with #78A080
Text Example
Text Example
White with #78A080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A080; }
p { color: rgb(120,160,128); }
H1.HeaderClassName
{
color: #78A080;
}
.AnyTagClassName
{
color: #78A080;
}
</style>
background-color css
<style>
a { background-color: #78A080; }
a { background-color: rgb(120,160,128); }
div.DivClassName
{
background-color: #78A080;
}
.BgClassName
{
background-color: #78A080;
}
</style>
border-color css
<style>
span { border-color: #78A080; }
span { border-color: rgb(120,160,128); }
td.TdClassName
{
border-color: #78A080;
}
.TagClassName
{
border-color: #78A080;
}
</style>