Shades of Oxley #78AD7B
Tints of Oxley #78AD7B
RGB
CMYK
RGB Variations
Color information
#78AD7B (or 0x78AD7B) is known color: Oxley. HEX triplet: 78, AD and 7B. RGB value is (120,173,123). Sum of RGB (Red+Green+Blue) = 120+173+123=416 (55% of max value = 765). Red value is 120 (47.27% from 255 or 28.85% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #78AD7B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78AD7B is #875284. Grayscale: #979797. Windows color (decimal): -8868485 or 8105336. OLE color: 8105336.
HSL color Cylindrical-coordinate representation of color #78AD7B: hue angle of 123.4º 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 #78AD7B is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 120 | 173 | 123 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.32 |
| HSL | 123.4º | 0.24% | 0.57% | - |
| HSV(B) | 123.4º | 0.31% | 0.68% | - |
| XYZ | 26.26 | 35.31 | 24.17 | - |
| YUV | 151.45 | 111.94 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 123 | 0.31 | 0 | 0.29 | 0.32 | 123.4 | 0.24 | 0.57 |
| Hex | 78 | AD | 7B | 1F | 0 | 1D | 20 | 7B | 18 | 39 |
| Octal | 170 | 255 | 173 | 37 | 0 | 35 | 40 | 173 | 30 | 71 |
| Binary | 1111000 | 10101101 | 1111011 | 11111 | 0 | 11101 | 100000 | 1111011 | 11000 | 111001 |
Color Harmonies of #78AD7B
Complementary color
Monochromatic Colors of #78AD7B
Black with #78AD7B
Text Example
Text Example
White with #78AD7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78AD7B; }
p { color: rgb(120,173,123); }
H1.HeaderClassName
{
color: #78AD7B;
}
.AnyTagClassName
{
color: #78AD7B;
}
</style>
background-color css
<style>
a { background-color: #78AD7B; }
a { background-color: rgb(120,173,123); }
div.DivClassName
{
background-color: #78AD7B;
}
.BgClassName
{
background-color: #78AD7B;
}
</style>
border-color css
<style>
span { border-color: #78AD7B; }
span { border-color: rgb(120,173,123); }
td.TdClassName
{
border-color: #78AD7B;
}
.TagClassName
{
border-color: #78AD7B;
}
</style>