Shades of Oxley #78AC7C
Tints of Oxley #78AC7C
RGB
CMYK
RGB Variations
Color information
#78AC7C (or 0x78AC7C) is known color: Oxley. HEX triplet: 78, AC and 7C. RGB value is (120,172,124). Sum of RGB (Red+Green+Blue) = 120+172+124=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #78AC7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AC7C is #875383. Grayscale: #979797. Windows color (decimal): -8868740 or 8170616. OLE color: 8170616.
HSL color Cylindrical-coordinate representation of color #78AC7C: hue angle of 124.62º degrees, saturation: 0.24, 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 #78AC7C is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 120 | 172 | 124 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.33 |
| HSL | 124.62º | 0.24% | 0.57% | - |
| HSV(B) | 124.62º | 0.3% | 0.67% | - |
| XYZ | 26.14 | 34.95 | 24.44 | - |
| YUV | 150.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 172 | 124 | 0.30 | 0 | 0.28 | 0.33 | 124.62 | 0.24 | 0.57 |
| Hex | 78 | AC | 7C | 1E | 0 | 1C | 21 | 7D | 18 | 39 |
| Octal | 170 | 254 | 174 | 36 | 0 | 34 | 41 | 175 | 30 | 71 |
| Binary | 1111000 | 10101100 | 1111100 | 11110 | 0 | 11100 | 100001 | 1111101 | 11000 | 111001 |
Color Harmonies of #78AC7C
Complementary color
Monochromatic Colors of #78AC7C
Black with #78AC7C
Text Example
Text Example
White with #78AC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AC7C; }
p { color: rgb(120,172,124); }
H1.HeaderClassName
{
color: #78AC7C;
}
.AnyTagClassName
{
color: #78AC7C;
}
</style>
background-color css
<style>
a { background-color: #78AC7C; }
a { background-color: rgb(120,172,124); }
div.DivClassName
{
background-color: #78AC7C;
}
.BgClassName
{
background-color: #78AC7C;
}
</style>
border-color css
<style>
span { border-color: #78AC7C; }
span { border-color: rgb(120,172,124); }
td.TdClassName
{
border-color: #78AC7C;
}
.TagClassName
{
border-color: #78AC7C;
}
</style>