Shades of Bay Leaf #72AB8B
Tints of Bay Leaf #72AB8B
RGB
CMYK
RGB Variations
Color information
#72AB8B (or 0x72AB8B) is known color: Bay Leaf. HEX triplet: 72, AB and 8B. RGB value is (114,171,139). Sum of RGB (Red+Green+Blue) = 114+171+139=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 139 (54.69% from 255 or 32.78% from 424); Max value from RGB is 171 - color contains mainly: green. Hex color #72AB8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AB8B is #8D5474. Grayscale: #969696. Windows color (decimal): -9262197 or 9153394. OLE color: 9153394.
HSL color Cylindrical-coordinate representation of color #72AB8B: hue angle of 146.32º degrees, saturation: 0.25, 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 #72AB8B is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 171 | 139 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.33 |
| HSL | 146.32º | 0.25% | 0.56% | - |
| HSV(B) | 146.32º | 0.33% | 0.67% | - |
| XYZ | 26.16 | 34.57 | 29.72 | - |
| YUV | 150.31 | 121.62 | 102.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 171 | 139 | 0.33 | 0 | 0.19 | 0.33 | 146.32 | 0.25 | 0.56 |
| Hex | 72 | AB | 8B | 21 | 0 | 13 | 21 | 92 | 19 | 38 |
| Octal | 162 | 253 | 213 | 41 | 0 | 23 | 41 | 222 | 31 | 70 |
| Binary | 1110010 | 10101011 | 10001011 | 100001 | 0 | 10011 | 100001 | 10010010 | 11001 | 111000 |
Color Harmonies of #72AB8B
Complementary color
Monochromatic Colors of #72AB8B
Black with #72AB8B
Text Example
Text Example
White with #72AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AB8B; }
p { color: rgb(114,171,139); }
H1.HeaderClassName
{
color: #72AB8B;
}
.AnyTagClassName
{
color: #72AB8B;
}
</style>
background-color css
<style>
a { background-color: #72AB8B; }
a { background-color: rgb(114,171,139); }
div.DivClassName
{
background-color: #72AB8B;
}
.BgClassName
{
background-color: #72AB8B;
}
</style>
border-color css
<style>
span { border-color: #72AB8B; }
span { border-color: rgb(114,171,139); }
td.TdClassName
{
border-color: #72AB8B;
}
.TagClassName
{
border-color: #72AB8B;
}
</style>