Shades of Oxley #78957E
Tints of Oxley #78957E
RGB
CMYK
RGB Variations
Color information
#78957E (or 0x78957E) is known color: Oxley. HEX triplet: 78, 95 and 7E. RGB value is (120,149,126). Sum of RGB (Red+Green+Blue) = 120+149+126=395 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.38% from 395); Green value is 149 (58.59% from 255 or 37.72% from 395); Blue value is 126 (49.61% from 255 or 31.90% from 395); Max value from RGB is 149 - color contains mainly: green. Hex color #78957E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78957E is #876A81. Grayscale: #898989. Windows color (decimal): -8874626 or 8295800. OLE color: 8295800.
HSL color Cylindrical-coordinate representation of color #78957E: hue angle of 132.41º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #78957E is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 126 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.42 |
| HSL | 132.41º | 0.12% | 0.53% | - |
| HSV(B) | 132.41º | 0.19% | 0.58% | - |
| XYZ | 22.26 | 26.99 | 23.78 | - |
| YUV | 137.71 | 121.39 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 126 | 0.19 | 0 | 0.15 | 0.42 | 132.41 | 0.12 | 0.53 |
| Hex | 78 | 95 | 7E | 13 | 0 | F | 2A | 84 | C | 35 |
| Octal | 170 | 225 | 176 | 23 | 0 | 17 | 52 | 204 | 14 | 65 |
| Binary | 1111000 | 10010101 | 1111110 | 10011 | 0 | 1111 | 101010 | 10000100 | 1100 | 110101 |
Color Harmonies of #78957E
Complementary color
Monochromatic Colors of #78957E
Black with #78957E
Text Example
Text Example
White with #78957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78957E; }
p { color: rgb(120,149,126); }
H1.HeaderClassName
{
color: #78957E;
}
.AnyTagClassName
{
color: #78957E;
}
</style>
background-color css
<style>
a { background-color: #78957E; }
a { background-color: rgb(120,149,126); }
div.DivClassName
{
background-color: #78957E;
}
.BgClassName
{
background-color: #78957E;
}
</style>
border-color css
<style>
span { border-color: #78957E; }
span { border-color: rgb(120,149,126); }
td.TdClassName
{
border-color: #78957E;
}
.TagClassName
{
border-color: #78957E;
}
</style>