Shades of Oxley #78AB7A
Tints of Oxley #78AB7A
RGB
CMYK
RGB Variations
Color information
#78AB7A (or 0x78AB7A) is known color: Oxley. HEX triplet: 78, AB and 7A. RGB value is (120,171,122). Sum of RGB (Red+Green+Blue) = 120+171+122=413 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.06% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB7A is #875485. Grayscale: #969696. Windows color (decimal): -8868998 or 8039288. OLE color: 8039288.
HSL color Cylindrical-coordinate representation of color #78AB7A: hue angle of 122.35º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #78AB7A is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 122 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.33 |
| HSL | 122.35º | 0.23% | 0.57% | - |
| HSV(B) | 122.35º | 0.3% | 0.67% | - |
| XYZ | 25.82 | 34.52 | 23.72 | - |
| YUV | 150.17 | 112.1 | 106.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 122 | 0.30 | 0 | 0.29 | 0.33 | 122.35 | 0.23 | 0.57 |
| Hex | 78 | AB | 7A | 1E | 0 | 1D | 21 | 7A | 17 | 39 |
| Octal | 170 | 253 | 172 | 36 | 0 | 35 | 41 | 172 | 27 | 71 |
| Binary | 1111000 | 10101011 | 1111010 | 11110 | 0 | 11101 | 100001 | 1111010 | 10111 | 111001 |
Color Harmonies of #78AB7A
Complementary color
Monochromatic Colors of #78AB7A
Black with #78AB7A
Text Example
Text Example
White with #78AB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB7A; }
p { color: rgb(120,171,122); }
H1.HeaderClassName
{
color: #78AB7A;
}
.AnyTagClassName
{
color: #78AB7A;
}
</style>
background-color css
<style>
a { background-color: #78AB7A; }
a { background-color: rgb(120,171,122); }
div.DivClassName
{
background-color: #78AB7A;
}
.BgClassName
{
background-color: #78AB7A;
}
</style>
border-color css
<style>
span { border-color: #78AB7A; }
span { border-color: rgb(120,171,122); }
td.TdClassName
{
border-color: #78AB7A;
}
.TagClassName
{
border-color: #78AB7A;
}
</style>