Shades of Bay Leaf #73AF85
Tints of Bay Leaf #73AF85
RGB
CMYK
RGB Variations
Color information
#73AF85 (or 0x73AF85) is known color: Bay Leaf. HEX triplet: 73, AF and 85. RGB value is (115,175,133). Sum of RGB (Red+Green+Blue) = 115+175+133=423 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.19% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #73AF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #73AF85 is #8C507A. Grayscale: #989898. Windows color (decimal): -9195643 or 8761203. OLE color: 8761203.
HSL color Cylindrical-coordinate representation of color #73AF85: hue angle of 138º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #73AF85 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 115 | 175 | 133 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.31 |
| HSL | 138º | 0.27% | 0.57% | - |
| HSV(B) | 138º | 0.34% | 0.69% | - |
| XYZ | 26.63 | 36 | 27.73 | - |
| YUV | 152.27 | 117.12 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 175 | 133 | 0.34 | 0 | 0.24 | 0.31 | 138 | 0.27 | 0.57 |
| Hex | 73 | AF | 85 | 22 | 0 | 18 | 1F | 8A | 1B | 39 |
| Octal | 163 | 257 | 205 | 42 | 0 | 30 | 37 | 212 | 33 | 71 |
| Binary | 1110011 | 10101111 | 10000101 | 100010 | 0 | 11000 | 11111 | 10001010 | 11011 | 111001 |
Color Harmonies of #73AF85
Complementary color
Monochromatic Colors of #73AF85
Black with #73AF85
Text Example
Text Example
White with #73AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73AF85; }
p { color: rgb(115,175,133); }
H1.HeaderClassName
{
color: #73AF85;
}
.AnyTagClassName
{
color: #73AF85;
}
</style>
background-color css
<style>
a { background-color: #73AF85; }
a { background-color: rgb(115,175,133); }
div.DivClassName
{
background-color: #73AF85;
}
.BgClassName
{
background-color: #73AF85;
}
</style>
border-color css
<style>
span { border-color: #73AF85; }
span { border-color: rgb(115,175,133); }
td.TdClassName
{
border-color: #73AF85;
}
.TagClassName
{
border-color: #73AF85;
}
</style>