Shades of Bay Leaf #80A68B
Tints of Bay Leaf #80A68B
RGB
CMYK
RGB Variations
Color information
#80A68B (or 0x80A68B) is known color: Bay Leaf. HEX triplet: 80, A6 and 8B. RGB value is (128,166,139). Sum of RGB (Red+Green+Blue) = 128+166+139=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 166 (65.23% from 255 or 38.34% from 433); Blue value is 139 (54.69% from 255 or 32.10% from 433); Max value from RGB is 166 - color contains mainly: green. Hex color #80A68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80A68B is #7F5974. Grayscale: #979797. Windows color (decimal): -8345973 or 9152128. OLE color: 9152128.
HSL color Cylindrical-coordinate representation of color #80A68B: hue angle of 137.37º degrees, saturation: 0.18, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #80A68B is Cyan = 0.23, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 166 | 139 | - |
| CMYK | 0.23 | 0 | 0.16 | 0.35 |
| HSL | 137.37º | 0.18% | 0.58% | - |
| HSV(B) | 137.37º | 0.23% | 0.65% | - |
| XYZ | 27.2 | 33.73 | 29.5 | - |
| YUV | 151.56 | 120.91 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 139 | 0.23 | 0 | 0.16 | 0.35 | 137.37 | 0.18 | 0.58 |
| Hex | 80 | A6 | 8B | 17 | 0 | 10 | 23 | 89 | 12 | 3A |
| Octal | 200 | 246 | 213 | 27 | 0 | 20 | 43 | 211 | 22 | 72 |
| Binary | 10000000 | 10100110 | 10001011 | 10111 | 0 | 10000 | 100011 | 10001001 | 10010 | 111010 |
Color Harmonies of #80A68B
Complementary color
Monochromatic Colors of #80A68B
Black with #80A68B
Text Example
Text Example
White with #80A68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A68B; }
p { color: rgb(128,166,139); }
H1.HeaderClassName
{
color: #80A68B;
}
.AnyTagClassName
{
color: #80A68B;
}
</style>
background-color css
<style>
a { background-color: #80A68B; }
a { background-color: rgb(128,166,139); }
div.DivClassName
{
background-color: #80A68B;
}
.BgClassName
{
background-color: #80A68B;
}
</style>
border-color css
<style>
span { border-color: #80A68B; }
span { border-color: rgb(128,166,139); }
td.TdClassName
{
border-color: #80A68B;
}
.TagClassName
{
border-color: #80A68B;
}
</style>