Shades of Oxley #78AB7D
Tints of Oxley #78AB7D
RGB
CMYK
RGB Variations
Color information
#78AB7D (or 0x78AB7D) is known color: Oxley. HEX triplet: 78, AB and 7D. RGB value is (120,171,125). Sum of RGB (Red+Green+Blue) = 120+171+125=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 171 - color contains mainly: green. Hex color #78AB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AB7D is #875482. Grayscale: #969696. Windows color (decimal): -8868995 or 8235896. OLE color: 8235896.
HSL color Cylindrical-coordinate representation of color #78AB7D: hue angle of 125.88º 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 #78AB7D is Cyan = 0.30, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 171 | 125 | - |
| CMYK | 0.30 | 0 | 0.27 | 0.33 |
| HSL | 125.88º | 0.23% | 0.57% | - |
| HSV(B) | 125.88º | 0.3% | 0.67% | - |
| XYZ | 26.01 | 34.6 | 24.71 | - |
| YUV | 150.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 171 | 125 | 0.30 | 0 | 0.27 | 0.33 | 125.88 | 0.23 | 0.57 |
| Hex | 78 | AB | 7D | 1E | 0 | 1B | 21 | 7E | 17 | 39 |
| Octal | 170 | 253 | 175 | 36 | 0 | 33 | 41 | 176 | 27 | 71 |
| Binary | 1111000 | 10101011 | 1111101 | 11110 | 0 | 11011 | 100001 | 1111110 | 10111 | 111001 |
Color Harmonies of #78AB7D
Complementary color
Monochromatic Colors of #78AB7D
Black with #78AB7D
Text Example
Text Example
White with #78AB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AB7D; }
p { color: rgb(120,171,125); }
H1.HeaderClassName
{
color: #78AB7D;
}
.AnyTagClassName
{
color: #78AB7D;
}
</style>
background-color css
<style>
a { background-color: #78AB7D; }
a { background-color: rgb(120,171,125); }
div.DivClassName
{
background-color: #78AB7D;
}
.BgClassName
{
background-color: #78AB7D;
}
</style>
border-color css
<style>
span { border-color: #78AB7D; }
span { border-color: rgb(120,171,125); }
td.TdClassName
{
border-color: #78AB7D;
}
.TagClassName
{
border-color: #78AB7D;
}
</style>