Shades of Oxley #78A07F
Tints of Oxley #78A07F
RGB
CMYK
RGB Variations
Color information
#78A07F (or 0x78A07F) is known color: Oxley. HEX triplet: 78, A0 and 7F. RGB value is (120,160,127). Sum of RGB (Red+Green+Blue) = 120+160+127=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 160 (62.89% from 255 or 39.31% from 407); Blue value is 127 (50% from 255 or 31.20% from 407); Max value from RGB is 160 - color contains mainly: green. Hex color #78A07F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A07F is #875F80. Grayscale: #909090. Windows color (decimal): -8871809 or 8364152. OLE color: 8364152.
HSL color Cylindrical-coordinate representation of color #78A07F: hue angle of 130.5º 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 #78A07F is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 160 | 127 | - |
| CMYK | 0.25 | 0 | 0.21 | 0.37 |
| HSL | 130.5º | 0.17% | 0.55% | - |
| HSV(B) | 130.5º | 0.25% | 0.63% | - |
| XYZ | 24.15 | 30.67 | 24.73 | - |
| YUV | 144.28 | 118.25 | 110.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 160 | 127 | 0.25 | 0 | 0.21 | 0.37 | 130.5 | 0.17 | 0.55 |
| Hex | 78 | A0 | 7F | 19 | 0 | 15 | 25 | 82 | 11 | 37 |
| Octal | 170 | 240 | 177 | 31 | 0 | 25 | 45 | 202 | 21 | 67 |
| Binary | 1111000 | 10100000 | 1111111 | 11001 | 0 | 10101 | 100101 | 10000010 | 10001 | 110111 |
Color Harmonies of #78A07F
Complementary color
Monochromatic Colors of #78A07F
Black with #78A07F
Text Example
Text Example
White with #78A07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A07F; }
p { color: rgb(120,160,127); }
H1.HeaderClassName
{
color: #78A07F;
}
.AnyTagClassName
{
color: #78A07F;
}
</style>
background-color css
<style>
a { background-color: #78A07F; }
a { background-color: rgb(120,160,127); }
div.DivClassName
{
background-color: #78A07F;
}
.BgClassName
{
background-color: #78A07F;
}
</style>
border-color css
<style>
span { border-color: #78A07F; }
span { border-color: rgb(120,160,127); }
td.TdClassName
{
border-color: #78A07F;
}
.TagClassName
{
border-color: #78A07F;
}
</style>