Shades of Oxley #78A37A
Tints of Oxley #78A37A
RGB
CMYK
RGB Variations
Color information
#78A37A (or 0x78A37A) is known color: Oxley. HEX triplet: 78, A3 and 7A. RGB value is (120,163,122). Sum of RGB (Red+Green+Blue) = 120+163+122=405 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.63% from 405); Green value is 163 (64.06% from 255 or 40.25% from 405); Blue value is 122 (48.05% from 255 or 30.12% from 405); Max value from RGB is 163 - color contains mainly: green. Hex color #78A37A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A37A is #875C85. Grayscale: #919191. Windows color (decimal): -8871046 or 8037240. OLE color: 8037240.
HSL color Cylindrical-coordinate representation of color #78A37A: hue angle of 122.79º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #78A37A is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 163 | 122 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.36 |
| HSL | 122.79º | 0.19% | 0.55% | - |
| HSV(B) | 122.79º | 0.26% | 0.64% | - |
| XYZ | 24.36 | 31.59 | 23.23 | - |
| YUV | 145.47 | 114.75 | 109.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 163 | 122 | 0.26 | 0 | 0.25 | 0.36 | 122.79 | 0.19 | 0.55 |
| Hex | 78 | A3 | 7A | 1A | 0 | 19 | 24 | 7B | 13 | 37 |
| Octal | 170 | 243 | 172 | 32 | 0 | 31 | 44 | 173 | 23 | 67 |
| Binary | 1111000 | 10100011 | 1111010 | 11010 | 0 | 11001 | 100100 | 1111011 | 10011 | 110111 |
Color Harmonies of #78A37A
Complementary color
Monochromatic Colors of #78A37A
Black with #78A37A
Text Example
Text Example
White with #78A37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A37A; }
p { color: rgb(120,163,122); }
H1.HeaderClassName
{
color: #78A37A;
}
.AnyTagClassName
{
color: #78A37A;
}
</style>
background-color css
<style>
a { background-color: #78A37A; }
a { background-color: rgb(120,163,122); }
div.DivClassName
{
background-color: #78A37A;
}
.BgClassName
{
background-color: #78A37A;
}
</style>
border-color css
<style>
span { border-color: #78A37A; }
span { border-color: rgb(120,163,122); }
td.TdClassName
{
border-color: #78A37A;
}
.TagClassName
{
border-color: #78A37A;
}
</style>