Shades of Oxley #73A479
Tints of Oxley #73A479
RGB
CMYK
RGB Variations
Color information
#73A479 (or 0x73A479) is known color: Oxley. HEX triplet: 73, A4 and 79. RGB value is (115,164,121). Sum of RGB (Red+Green+Blue) = 115+164+121=400 (52% of max value = 765). Red value is 115 (45.31% from 255 or 28.75% from 400); Green value is 164 (64.45% from 255 or 41% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 164 - color contains mainly: green. Hex color #73A479 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A479 is #8C5B86. Grayscale: #909090. Windows color (decimal): -9198471 or 7971955. OLE color: 7971955.
HSL color Cylindrical-coordinate representation of color #73A479: hue angle of 127.35º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73A479 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 164 | 121 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.36 |
| HSL | 127.35º | 0.21% | 0.55% | - |
| HSV(B) | 127.35º | 0.3% | 0.64% | - |
| XYZ | 23.8 | 31.58 | 22.93 | - |
| YUV | 144.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 164 | 121 | 0.30 | 0 | 0.26 | 0.36 | 127.35 | 0.21 | 0.55 |
| Hex | 73 | A4 | 79 | 1E | 0 | 1A | 24 | 7F | 15 | 37 |
| Octal | 163 | 244 | 171 | 36 | 0 | 32 | 44 | 177 | 25 | 67 |
| Binary | 1110011 | 10100100 | 1111001 | 11110 | 0 | 11010 | 100100 | 1111111 | 10101 | 110111 |
Color Harmonies of #73A479
Complementary color
Monochromatic Colors of #73A479
Black with #73A479
Text Example
Text Example
White with #73A479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A479; }
p { color: rgb(115,164,121); }
H1.HeaderClassName
{
color: #73A479;
}
.AnyTagClassName
{
color: #73A479;
}
</style>
background-color css
<style>
a { background-color: #73A479; }
a { background-color: rgb(115,164,121); }
div.DivClassName
{
background-color: #73A479;
}
.BgClassName
{
background-color: #73A479;
}
</style>
border-color css
<style>
span { border-color: #73A479; }
span { border-color: rgb(115,164,121); }
td.TdClassName
{
border-color: #73A479;
}
.TagClassName
{
border-color: #73A479;
}
</style>