Shades of Oxley #78957D
Tints of Oxley #78957D
RGB
CMYK
RGB Variations
Color information
#78957D (or 0x78957D) is known color: Oxley. HEX triplet: 78, 95 and 7D. RGB value is (120,149,125). Sum of RGB (Red+Green+Blue) = 120+149+125=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 149 (58.59% from 255 or 37.82% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 149 - color contains mainly: green. Hex color #78957D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78957D is #876A82. Grayscale: #898989. Windows color (decimal): -8874627 or 8230264. OLE color: 8230264.
HSL color Cylindrical-coordinate representation of color #78957D: hue angle of 130.34º 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 #78957D is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 120 | 149 | 125 | - |
| CMYK | 0.19 | 0 | 0.16 | 0.42 |
| HSL | 130.34º | 0.12% | 0.53% | - |
| HSV(B) | 130.34º | 0.19% | 0.58% | - |
| XYZ | 22.19 | 26.97 | 23.44 | - |
| YUV | 137.59 | 120.89 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 149 | 125 | 0.19 | 0 | 0.16 | 0.42 | 130.34 | 0.12 | 0.53 |
| Hex | 78 | 95 | 7D | 13 | 0 | 10 | 2A | 82 | C | 35 |
| Octal | 170 | 225 | 175 | 23 | 0 | 20 | 52 | 202 | 14 | 65 |
| Binary | 1111000 | 10010101 | 1111101 | 10011 | 0 | 10000 | 101010 | 10000010 | 1100 | 110101 |
Color Harmonies of #78957D
Complementary color
Monochromatic Colors of #78957D
Black with #78957D
Text Example
Text Example
White with #78957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78957D; }
p { color: rgb(120,149,125); }
H1.HeaderClassName
{
color: #78957D;
}
.AnyTagClassName
{
color: #78957D;
}
</style>
background-color css
<style>
a { background-color: #78957D; }
a { background-color: rgb(120,149,125); }
div.DivClassName
{
background-color: #78957D;
}
.BgClassName
{
background-color: #78957D;
}
</style>
border-color css
<style>
span { border-color: #78957D; }
span { border-color: rgb(120,149,125); }
td.TdClassName
{
border-color: #78957D;
}
.TagClassName
{
border-color: #78957D;
}
</style>