Shades of Oxley #78A47A
Tints of Oxley #78A47A
RGB
CMYK
RGB Variations
Color information
#78A47A (or 0x78A47A) is known color: Oxley. HEX triplet: 78, A4 and 7A. RGB value is (120,164,122). Sum of RGB (Red+Green+Blue) = 120+164+122=406 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.56% from 406); Green value is 164 (64.45% from 255 or 40.39% from 406); Blue value is 122 (48.05% from 255 or 30.05% from 406); Max value from RGB is 164 - color contains mainly: green. Hex color #78A47A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A47A is #875B85. Grayscale: #929292. Windows color (decimal): -8870790 or 8037496. OLE color: 8037496.
HSL color Cylindrical-coordinate representation of color #78A47A: hue angle of 122.73º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78A47A is Cyan = 0.27, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 120 | 164 | 122 | - |
| CMYK | 0.27 | 0 | 0.26 | 0.36 |
| HSL | 122.73º | 0.19% | 0.56% | - |
| HSV(B) | 122.73º | 0.27% | 0.64% | - |
| XYZ | 24.53 | 31.95 | 23.29 | - |
| YUV | 146.06 | 114.42 | 109.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 164 | 122 | 0.27 | 0 | 0.26 | 0.36 | 122.73 | 0.19 | 0.56 |
| Hex | 78 | A4 | 7A | 1B | 0 | 1A | 24 | 7B | 13 | 38 |
| Octal | 170 | 244 | 172 | 33 | 0 | 32 | 44 | 173 | 23 | 70 |
| Binary | 1111000 | 10100100 | 1111010 | 11011 | 0 | 11010 | 100100 | 1111011 | 10011 | 111000 |
Color Harmonies of #78A47A
Complementary color
Monochromatic Colors of #78A47A
Black with #78A47A
Text Example
Text Example
White with #78A47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A47A; }
p { color: rgb(120,164,122); }
H1.HeaderClassName
{
color: #78A47A;
}
.AnyTagClassName
{
color: #78A47A;
}
</style>
background-color css
<style>
a { background-color: #78A47A; }
a { background-color: rgb(120,164,122); }
div.DivClassName
{
background-color: #78A47A;
}
.BgClassName
{
background-color: #78A47A;
}
</style>
border-color css
<style>
span { border-color: #78A47A; }
span { border-color: rgb(120,164,122); }
td.TdClassName
{
border-color: #78A47A;
}
.TagClassName
{
border-color: #78A47A;
}
</style>