Shades of Oxley #73A678
Tints of Oxley #73A678
RGB
CMYK
RGB Variations
Color information
#73A678 (or 0x73A678) is known color: Oxley. HEX triplet: 73, A6 and 78. RGB value is (115,166,120). Sum of RGB (Red+Green+Blue) = 115+166+120=401 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.68% from 401); Green value is 166 (65.23% from 255 or 41.40% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 166 - color contains mainly: green. Hex color #73A678 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A678 is #8C5987. Grayscale: #919191. Windows color (decimal): -9197960 or 7906931. OLE color: 7906931.
HSL color Cylindrical-coordinate representation of color #73A678: hue angle of 125.88º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #73A678 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 166 | 120 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.35 |
| HSL | 125.88º | 0.22% | 0.55% | - |
| HSV(B) | 125.88º | 0.31% | 0.65% | - |
| XYZ | 24.1 | 32.27 | 22.73 | - |
| YUV | 145.51 | 113.6 | 106.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 166 | 120 | 0.31 | 0 | 0.28 | 0.35 | 125.88 | 0.22 | 0.55 |
| Hex | 73 | A6 | 78 | 1F | 0 | 1C | 23 | 7E | 16 | 37 |
| Octal | 163 | 246 | 170 | 37 | 0 | 34 | 43 | 176 | 26 | 67 |
| Binary | 1110011 | 10100110 | 1111000 | 11111 | 0 | 11100 | 100011 | 1111110 | 10110 | 110111 |
Color Harmonies of #73A678
Complementary color
Monochromatic Colors of #73A678
Black with #73A678
Text Example
Text Example
White with #73A678
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A678; }
p { color: rgb(115,166,120); }
H1.HeaderClassName
{
color: #73A678;
}
.AnyTagClassName
{
color: #73A678;
}
</style>
background-color css
<style>
a { background-color: #73A678; }
a { background-color: rgb(115,166,120); }
div.DivClassName
{
background-color: #73A678;
}
.BgClassName
{
background-color: #73A678;
}
</style>
border-color css
<style>
span { border-color: #73A678; }
span { border-color: rgb(115,166,120); }
td.TdClassName
{
border-color: #73A678;
}
.TagClassName
{
border-color: #73A678;
}
</style>