Shades of Oxley #73A274
Tints of Oxley #73A274
RGB
CMYK
RGB Variations
Color information
#73A274 (or 0x73A274) is known color: Oxley. HEX triplet: 73, A2 and 74. RGB value is (115,162,116). Sum of RGB (Red+Green+Blue) = 115+162+116=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 162 (63.67% from 255 or 41.22% from 393); Blue value is 116 (45.70% from 255 or 29.52% from 393); Max value from RGB is 162 - color contains mainly: green. Hex color #73A274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A274 is #8C5D8B. Grayscale: #8E8E8E. Windows color (decimal): -9198988 or 7643763. OLE color: 7643763.
HSL color Cylindrical-coordinate representation of color #73A274: hue angle of 121.28º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #73A274 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 116 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.36 |
| HSL | 121.28º | 0.2% | 0.54% | - |
| HSV(B) | 121.28º | 0.29% | 0.64% | - |
| XYZ | 23.14 | 30.75 | 21.24 | - |
| YUV | 142.7 | 112.93 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 116 | 0.29 | 0 | 0.28 | 0.36 | 121.28 | 0.2 | 0.54 |
| Hex | 73 | A2 | 74 | 1D | 0 | 1C | 24 | 79 | 14 | 36 |
| Octal | 163 | 242 | 164 | 35 | 0 | 34 | 44 | 171 | 24 | 66 |
| Binary | 1110011 | 10100010 | 1110100 | 11101 | 0 | 11100 | 100100 | 1111001 | 10100 | 110110 |
Color Harmonies of #73A274
Complementary color
Monochromatic Colors of #73A274
Black with #73A274
Text Example
Text Example
White with #73A274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A274; }
p { color: rgb(115,162,116); }
H1.HeaderClassName
{
color: #73A274;
}
.AnyTagClassName
{
color: #73A274;
}
</style>
background-color css
<style>
a { background-color: #73A274; }
a { background-color: rgb(115,162,116); }
div.DivClassName
{
background-color: #73A274;
}
.BgClassName
{
background-color: #73A274;
}
</style>
border-color css
<style>
span { border-color: #73A274; }
span { border-color: rgb(115,162,116); }
td.TdClassName
{
border-color: #73A274;
}
.TagClassName
{
border-color: #73A274;
}
</style>