Shades of Bay Leaf #72AE8A
Tints of Bay Leaf #72AE8A
RGB
CMYK
RGB Variations
Color information
#72AE8A (or 0x72AE8A) is known color: Bay Leaf. HEX triplet: 72, AE and 8A. RGB value is (114,174,138). Sum of RGB (Red+Green+Blue) = 114+174+138=426 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.76% from 426); Green value is 174 (68.36% from 255 or 40.85% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 174 - color contains mainly: green. Hex color #72AE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #72AE8A is #8D5175. Grayscale: #989898. Windows color (decimal): -9261430 or 9088626. OLE color: 9088626.
HSL color Cylindrical-coordinate representation of color #72AE8A: hue angle of 144º 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 #72AE8A is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 114 | 174 | 138 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.32 |
| HSL | 144º | 0.27% | 0.56% | - |
| HSV(B) | 144º | 0.34% | 0.68% | - |
| XYZ | 26.66 | 35.68 | 29.53 | - |
| YUV | 151.96 | 120.12 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 174 | 138 | 0.34 | 0 | 0.21 | 0.32 | 144 | 0.27 | 0.56 |
| Hex | 72 | AE | 8A | 22 | 0 | 15 | 20 | 90 | 1B | 38 |
| Octal | 162 | 256 | 212 | 42 | 0 | 25 | 40 | 220 | 33 | 70 |
| Binary | 1110010 | 10101110 | 10001010 | 100010 | 0 | 10101 | 100000 | 10010000 | 11011 | 111000 |
Color Harmonies of #72AE8A
Complementary color
Monochromatic Colors of #72AE8A
Black with #72AE8A
Text Example
Text Example
White with #72AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72AE8A; }
p { color: rgb(114,174,138); }
H1.HeaderClassName
{
color: #72AE8A;
}
.AnyTagClassName
{
color: #72AE8A;
}
</style>
background-color css
<style>
a { background-color: #72AE8A; }
a { background-color: rgb(114,174,138); }
div.DivClassName
{
background-color: #72AE8A;
}
.BgClassName
{
background-color: #72AE8A;
}
</style>
border-color css
<style>
span { border-color: #72AE8A; }
span { border-color: rgb(114,174,138); }
td.TdClassName
{
border-color: #72AE8A;
}
.TagClassName
{
border-color: #72AE8A;
}
</style>