Shades of Bay Leaf #72AE8C
Tints of Bay Leaf #72AE8C
RGB
CMYK
RGB Variations
Color information
#72AE8C (or 0x72AE8C) is known color: Bay Leaf. HEX triplet: 72, AE and 8C. RGB value is (114,174,140). Sum of RGB (Red+Green+Blue) = 114+174+140=428 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.64% from 428); Green value is 174 (68.36% from 255 or 40.65% from 428); Blue value is 140 (55.08% from 255 or 32.71% from 428); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AE8C is #8D5173. Grayscale: #989898. Windows color (decimal): -9261428 or 9219698. OLE color: 9219698.
HSL color Cylindrical-coordinate representation of color #72AE8C: hue angle of 146º degrees, saturation: 0.27, 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 #72AE8C is Cyan = 0.34, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 174 | 140 | - |
| CMYK | 0.34 | 0 | 0.20 | 0.32 |
| HSL | 146º | 0.27% | 0.56% | - |
| HSV(B) | 146º | 0.34% | 0.68% | - |
| XYZ | 26.81 | 35.74 | 30.3 | - |
| YUV | 152.18 | 121.12 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 174 | 140 | 0.34 | 0 | 0.20 | 0.32 | 146 | 0.27 | 0.56 |
| Hex | 72 | AE | 8C | 22 | 0 | 14 | 20 | 92 | 1B | 38 |
| Octal | 162 | 256 | 214 | 42 | 0 | 24 | 40 | 222 | 33 | 70 |
| Binary | 1110010 | 10101110 | 10001100 | 100010 | 0 | 10100 | 100000 | 10010010 | 11011 | 111000 |
Color Harmonies of #72AE8C
Complementary color
Monochromatic Colors of #72AE8C
Black with #72AE8C
Text Example
Text Example
White with #72AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AE8C; }
p { color: rgb(114,174,140); }
H1.HeaderClassName
{
color: #72AE8C;
}
.AnyTagClassName
{
color: #72AE8C;
}
</style>
background-color css
<style>
a { background-color: #72AE8C; }
a { background-color: rgb(114,174,140); }
div.DivClassName
{
background-color: #72AE8C;
}
.BgClassName
{
background-color: #72AE8C;
}
</style>
border-color css
<style>
span { border-color: #72AE8C; }
span { border-color: rgb(114,174,140); }
td.TdClassName
{
border-color: #72AE8C;
}
.TagClassName
{
border-color: #72AE8C;
}
</style>