Shades of Bay Leaf #73AC85
Tints of Bay Leaf #73AC85
RGB
CMYK
RGB Variations
Color information
#73AC85 (or 0x73AC85) is known color: Bay Leaf. HEX triplet: 73, AC and 85. RGB value is (115,172,133). Sum of RGB (Red+Green+Blue) = 115+172+133=420 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.38% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #73AC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AC85 is #8C537A. Grayscale: #969696. Windows color (decimal): -9196411 or 8760435. OLE color: 8760435.
HSL color Cylindrical-coordinate representation of color #73AC85: hue angle of 138.95º 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 #73AC85 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 172 | 133 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.33 |
| HSL | 138.95º | 0.26% | 0.56% | - |
| HSV(B) | 138.95º | 0.33% | 0.67% | - |
| XYZ | 26.06 | 34.84 | 27.54 | - |
| YUV | 150.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 172 | 133 | 0.33 | 0 | 0.23 | 0.33 | 138.95 | 0.26 | 0.56 |
| Hex | 73 | AC | 85 | 21 | 0 | 17 | 21 | 8B | 1A | 38 |
| Octal | 163 | 254 | 205 | 41 | 0 | 27 | 41 | 213 | 32 | 70 |
| Binary | 1110011 | 10101100 | 10000101 | 100001 | 0 | 10111 | 100001 | 10001011 | 11010 | 111000 |
Color Harmonies of #73AC85
Complementary color
Monochromatic Colors of #73AC85
Black with #73AC85
Text Example
Text Example
White with #73AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AC85; }
p { color: rgb(115,172,133); }
H1.HeaderClassName
{
color: #73AC85;
}
.AnyTagClassName
{
color: #73AC85;
}
</style>
background-color css
<style>
a { background-color: #73AC85; }
a { background-color: rgb(115,172,133); }
div.DivClassName
{
background-color: #73AC85;
}
.BgClassName
{
background-color: #73AC85;
}
</style>
border-color css
<style>
span { border-color: #73AC85; }
span { border-color: rgb(115,172,133); }
td.TdClassName
{
border-color: #73AC85;
}
.TagClassName
{
border-color: #73AC85;
}
</style>