Shades of Laurel #73A273
Tints of Laurel #73A273
RGB
CMYK
RGB Variations
Color information
#73A273 (or 0x73A273) is known color: Laurel. HEX triplet: 73, A2 and 73. RGB value is (115,162,115). Sum of RGB (Red+Green+Blue) = 115+162+115=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 115 (45.31% from 255 or 29.34% from 392); Max value from RGB is 162 - color contains mainly: green. Hex color #73A273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #73A273 is #8C5D8C. Grayscale: #8E8E8E. Windows color (decimal): -9198989 or 7578227. OLE color: 7578227.
HSL color Cylindrical-coordinate representation of color #73A273: hue angle of 120º 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 #73A273 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 162 | 115 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.36 |
| HSL | 120º | 0.2% | 0.54% | - |
| HSV(B) | 120º | 0.29% | 0.64% | - |
| XYZ | 23.09 | 30.72 | 20.93 | - |
| YUV | 142.59 | 112.43 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 162 | 115 | 0.29 | 0 | 0.29 | 0.36 | 120 | 0.2 | 0.54 |
| Hex | 73 | A2 | 73 | 1D | 0 | 1D | 24 | 78 | 14 | 36 |
| Octal | 163 | 242 | 163 | 35 | 0 | 35 | 44 | 170 | 24 | 66 |
| Binary | 1110011 | 10100010 | 1110011 | 11101 | 0 | 11101 | 100100 | 1111000 | 10100 | 110110 |
Color Harmonies of #73A273
Complementary color
Monochromatic Colors of #73A273
Black with #73A273
Text Example
Text Example
White with #73A273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73A273; }
p { color: rgb(115,162,115); }
H1.HeaderClassName
{
color: #73A273;
}
.AnyTagClassName
{
color: #73A273;
}
</style>
background-color css
<style>
a { background-color: #73A273; }
a { background-color: rgb(115,162,115); }
div.DivClassName
{
background-color: #73A273;
}
.BgClassName
{
background-color: #73A273;
}
</style>
border-color css
<style>
span { border-color: #73A273; }
span { border-color: rgb(115,162,115); }
td.TdClassName
{
border-color: #73A273;
}
.TagClassName
{
border-color: #73A273;
}
</style>