Shades of Bay Leaf #72AD82
Tints of Bay Leaf #72AD82
RGB
CMYK
RGB Variations
Color information
#72AD82 (or 0x72AD82) is known color: Bay Leaf. HEX triplet: 72, AD and 82. RGB value is (114,173,130). Sum of RGB (Red+Green+Blue) = 114+173+130=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #72AD82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AD82 is #8D527D. Grayscale: #969696. Windows color (decimal): -9261694 or 8564082. OLE color: 8564082.
HSL color Cylindrical-coordinate representation of color #72AD82: hue angle of 136.27º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #72AD82 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 173 | 130 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.32 |
| HSL | 136.27º | 0.26% | 0.56% | - |
| HSV(B) | 136.27º | 0.34% | 0.68% | - |
| XYZ | 25.91 | 35.08 | 26.52 | - |
| YUV | 150.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 173 | 130 | 0.34 | 0 | 0.25 | 0.32 | 136.27 | 0.26 | 0.56 |
| Hex | 72 | AD | 82 | 22 | 0 | 19 | 20 | 88 | 1A | 38 |
| Octal | 162 | 255 | 202 | 42 | 0 | 31 | 40 | 210 | 32 | 70 |
| Binary | 1110010 | 10101101 | 10000010 | 100010 | 0 | 11001 | 100000 | 10001000 | 11010 | 111000 |
Color Harmonies of #72AD82
Complementary color
Monochromatic Colors of #72AD82
Black with #72AD82
Text Example
Text Example
White with #72AD82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AD82; }
p { color: rgb(114,173,130); }
H1.HeaderClassName
{
color: #72AD82;
}
.AnyTagClassName
{
color: #72AD82;
}
</style>
background-color css
<style>
a { background-color: #72AD82; }
a { background-color: rgb(114,173,130); }
div.DivClassName
{
background-color: #72AD82;
}
.BgClassName
{
background-color: #72AD82;
}
</style>
border-color css
<style>
span { border-color: #72AD82; }
span { border-color: rgb(114,173,130); }
td.TdClassName
{
border-color: #72AD82;
}
.TagClassName
{
border-color: #72AD82;
}
</style>