Shades of Bay Leaf #80A18B
Tints of Bay Leaf #80A18B
RGB
CMYK
RGB Variations
Color information
#80A18B (or 0x80A18B) is known color: Bay Leaf. HEX triplet: 80, A1 and 8B. RGB value is (128,161,139). Sum of RGB (Red+Green+Blue) = 128+161+139=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 161 (63.28% from 255 or 37.62% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 161 - color contains mainly: green. Hex color #80A18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A18B is #7F5E74. Grayscale: #949494. Windows color (decimal): -8347253 or 9150848. OLE color: 9150848.
HSL color Cylindrical-coordinate representation of color #80A18B: hue angle of 140º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #80A18B is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 161 | 139 | - |
| CMYK | 0.20 | 0 | 0.14 | 0.37 |
| HSL | 140º | 0.15% | 0.57% | - |
| HSV(B) | 140º | 0.2% | 0.63% | - |
| XYZ | 26.31 | 31.94 | 29.21 | - |
| YUV | 148.63 | 122.57 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 161 | 139 | 0.20 | 0 | 0.14 | 0.37 | 140 | 0.15 | 0.57 |
| Hex | 80 | A1 | 8B | 14 | 0 | E | 25 | 8C | F | 39 |
| Octal | 200 | 241 | 213 | 24 | 0 | 16 | 45 | 214 | 17 | 71 |
| Binary | 10000000 | 10100001 | 10001011 | 10100 | 0 | 1110 | 100101 | 10001100 | 1111 | 111001 |
Color Harmonies of #80A18B
Complementary color
Monochromatic Colors of #80A18B
Black with #80A18B
Text Example
Text Example
White with #80A18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A18B; }
p { color: rgb(128,161,139); }
H1.HeaderClassName
{
color: #80A18B;
}
.AnyTagClassName
{
color: #80A18B;
}
</style>
background-color css
<style>
a { background-color: #80A18B; }
a { background-color: rgb(128,161,139); }
div.DivClassName
{
background-color: #80A18B;
}
.BgClassName
{
background-color: #80A18B;
}
</style>
border-color css
<style>
span { border-color: #80A18B; }
span { border-color: rgb(128,161,139); }
td.TdClassName
{
border-color: #80A18B;
}
.TagClassName
{
border-color: #80A18B;
}
</style>