Shades of Oxley #78AD7D
Tints of Oxley #78AD7D
RGB
CMYK
RGB Variations
Color information
#78AD7D (or 0x78AD7D) is known color: Oxley. HEX triplet: 78, AD and 7D. RGB value is (120,173,125). Sum of RGB (Red+Green+Blue) = 120+173+125=418 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.71% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AD7D is #875282. Grayscale: #979797. Windows color (decimal): -8868483 or 8236408. OLE color: 8236408.
HSL color Cylindrical-coordinate representation of color #78AD7D: hue angle of 125.66º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #78AD7D is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 125 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.32 |
| HSL | 125.66º | 0.24% | 0.57% | - |
| HSV(B) | 125.66º | 0.31% | 0.68% | - |
| XYZ | 26.39 | 35.36 | 24.84 | - |
| YUV | 151.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 125 | 0.31 | 0 | 0.28 | 0.32 | 125.66 | 0.24 | 0.57 |
| Hex | 78 | AD | 7D | 1F | 0 | 1C | 20 | 7E | 18 | 39 |
| Octal | 170 | 255 | 175 | 37 | 0 | 34 | 40 | 176 | 30 | 71 |
| Binary | 1111000 | 10101101 | 1111101 | 11111 | 0 | 11100 | 100000 | 1111110 | 11000 | 111001 |
Color Harmonies of #78AD7D
Complementary color
Monochromatic Colors of #78AD7D
Black with #78AD7D
Text Example
Text Example
White with #78AD7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AD7D; }
p { color: rgb(120,173,125); }
H1.HeaderClassName
{
color: #78AD7D;
}
.AnyTagClassName
{
color: #78AD7D;
}
</style>
background-color css
<style>
a { background-color: #78AD7D; }
a { background-color: rgb(120,173,125); }
div.DivClassName
{
background-color: #78AD7D;
}
.BgClassName
{
background-color: #78AD7D;
}
</style>
border-color css
<style>
span { border-color: #78AD7D; }
span { border-color: rgb(120,173,125); }
td.TdClassName
{
border-color: #78AD7D;
}
.TagClassName
{
border-color: #78AD7D;
}
</style>