Shades of Oxley #78A67A
Tints of Oxley #78A67A
RGB
CMYK
RGB Variations
Color information
#78A67A (or 0x78A67A) is known color: Oxley. HEX triplet: 78, A6 and 7A. RGB value is (120,166,122). Sum of RGB (Red+Green+Blue) = 120+166+122=408 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.41% from 408); Green value is 166 (65.23% from 255 or 40.69% from 408); Blue value is 122 (48.05% from 255 or 29.90% from 408); Max value from RGB is 166 - color contains mainly: green. Hex color #78A67A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78A67A is #875985. Grayscale: #939393. Windows color (decimal): -8870278 or 8038008. OLE color: 8038008.
HSL color Cylindrical-coordinate representation of color #78A67A: hue angle of 122.61º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #78A67A is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 120 | 166 | 122 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.35 |
| HSL | 122.61º | 0.21% | 0.56% | - |
| HSV(B) | 122.61º | 0.28% | 0.65% | - |
| XYZ | 24.89 | 32.67 | 23.41 | - |
| YUV | 147.23 | 113.76 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 166 | 122 | 0.28 | 0 | 0.27 | 0.35 | 122.61 | 0.21 | 0.56 |
| Hex | 78 | A6 | 7A | 1C | 0 | 1B | 23 | 7B | 15 | 38 |
| Octal | 170 | 246 | 172 | 34 | 0 | 33 | 43 | 173 | 25 | 70 |
| Binary | 1111000 | 10100110 | 1111010 | 11100 | 0 | 11011 | 100011 | 1111011 | 10101 | 111000 |
Color Harmonies of #78A67A
Complementary color
Monochromatic Colors of #78A67A
Black with #78A67A
Text Example
Text Example
White with #78A67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78A67A; }
p { color: rgb(120,166,122); }
H1.HeaderClassName
{
color: #78A67A;
}
.AnyTagClassName
{
color: #78A67A;
}
</style>
background-color css
<style>
a { background-color: #78A67A; }
a { background-color: rgb(120,166,122); }
div.DivClassName
{
background-color: #78A67A;
}
.BgClassName
{
background-color: #78A67A;
}
</style>
border-color css
<style>
span { border-color: #78A67A; }
span { border-color: rgb(120,166,122); }
td.TdClassName
{
border-color: #78A67A;
}
.TagClassName
{
border-color: #78A67A;
}
</style>