Shades of Oxley #73A878
Tints of Oxley #73A878
RGB
CMYK
RGB Variations
Color information
#73A878 (or 0x73A878) is known color: Oxley. HEX triplet: 73, A8 and 78. RGB value is (115,168,120). Sum of RGB (Red+Green+Blue) = 115+168+120=403 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.54% from 403); Green value is 168 (66.02% from 255 or 41.69% from 403); Blue value is 120 (47.27% from 255 or 29.78% from 403); Max value from RGB is 168 - color contains mainly: green. Hex color #73A878 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A878 is #8C5787. Grayscale: #929292. Windows color (decimal): -9197448 or 7907443. OLE color: 7907443.
HSL color Cylindrical-coordinate representation of color #73A878: hue angle of 125.66º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #73A878 is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 168 | 120 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.34 |
| HSL | 125.66º | 0.23% | 0.55% | - |
| HSV(B) | 125.66º | 0.32% | 0.66% | - |
| XYZ | 24.46 | 33.01 | 22.85 | - |
| YUV | 146.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 168 | 120 | 0.32 | 0 | 0.29 | 0.34 | 125.66 | 0.23 | 0.55 |
| Hex | 73 | A8 | 78 | 20 | 0 | 1D | 22 | 7E | 17 | 37 |
| Octal | 163 | 250 | 170 | 40 | 0 | 35 | 42 | 176 | 27 | 67 |
| Binary | 1110011 | 10101000 | 1111000 | 100000 | 0 | 11101 | 100010 | 1111110 | 10111 | 110111 |
Color Harmonies of #73A878
Complementary color
Monochromatic Colors of #73A878
Black with #73A878
Text Example
Text Example
White with #73A878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A878; }
p { color: rgb(115,168,120); }
H1.HeaderClassName
{
color: #73A878;
}
.AnyTagClassName
{
color: #73A878;
}
</style>
background-color css
<style>
a { background-color: #73A878; }
a { background-color: rgb(115,168,120); }
div.DivClassName
{
background-color: #73A878;
}
.BgClassName
{
background-color: #73A878;
}
</style>
border-color css
<style>
span { border-color: #73A878; }
span { border-color: rgb(115,168,120); }
td.TdClassName
{
border-color: #73A878;
}
.TagClassName
{
border-color: #73A878;
}
</style>