Shades of Bay Leaf #73AC82
Tints of Bay Leaf #73AC82
RGB
CMYK
RGB Variations
Color information
#73AC82 (or 0x73AC82) is known color: Bay Leaf. HEX triplet: 73, AC and 82. RGB value is (115,172,130). Sum of RGB (Red+Green+Blue) = 115+172+130=417 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.58% from 417); Green value is 172 (67.58% from 255 or 41.25% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AC82 is #8C537D. Grayscale: #969696. Windows color (decimal): -9196414 or 8563827. OLE color: 8563827.
HSL color Cylindrical-coordinate representation of color #73AC82: hue angle of 135.79º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #73AC82 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 130 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.33 |
| HSL | 135.79º | 0.26% | 0.56% | - |
| HSV(B) | 135.79º | 0.33% | 0.67% | - |
| XYZ | 25.85 | 34.76 | 26.47 | - |
| YUV | 150.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 130 | 0.33 | 0 | 0.24 | 0.33 | 135.79 | 0.26 | 0.56 |
| Hex | 73 | AC | 82 | 21 | 0 | 18 | 21 | 88 | 1A | 38 |
| Octal | 163 | 254 | 202 | 41 | 0 | 30 | 41 | 210 | 32 | 70 |
| Binary | 1110011 | 10101100 | 10000010 | 100001 | 0 | 11000 | 100001 | 10001000 | 11010 | 111000 |
Color Harmonies of #73AC82
Complementary color
Monochromatic Colors of #73AC82
Black with #73AC82
Text Example
Text Example
White with #73AC82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC82; }
p { color: rgb(115,172,130); }
H1.HeaderClassName
{
color: #73AC82;
}
.AnyTagClassName
{
color: #73AC82;
}
</style>
background-color css
<style>
a { background-color: #73AC82; }
a { background-color: rgb(115,172,130); }
div.DivClassName
{
background-color: #73AC82;
}
.BgClassName
{
background-color: #73AC82;
}
</style>
border-color css
<style>
span { border-color: #73AC82; }
span { border-color: rgb(115,172,130); }
td.TdClassName
{
border-color: #73AC82;
}
.TagClassName
{
border-color: #73AC82;
}
</style>