Shades of Bay Leaf #80AF8E
Tints of Bay Leaf #80AF8E
RGB
CMYK
RGB Variations
Color information
#80AF8E (or 0x80AF8E) is known color: Bay Leaf. HEX triplet: 80, AF and 8E. RGB value is (128,175,142). Sum of RGB (Red+Green+Blue) = 128+175+142=445 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.76% from 445); Green value is 175 (68.75% from 255 or 39.33% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 175 - color contains mainly: green. Hex color #80AF8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80AF8E is #7F5071. Grayscale: #9D9D9D. Windows color (decimal): -8343666 or 9351040. OLE color: 9351040.
HSL color Cylindrical-coordinate representation of color #80AF8E: hue angle of 137.87º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80AF8E is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 175 | 142 | - |
| CMYK | 0.27 | 0 | 0.19 | 0.31 |
| HSL | 137.87º | 0.23% | 0.59% | - |
| HSV(B) | 137.87º | 0.27% | 0.69% | - |
| XYZ | 29.11 | 37.2 | 31.24 | - |
| YUV | 157.19 | 119.43 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 175 | 142 | 0.27 | 0 | 0.19 | 0.31 | 137.87 | 0.23 | 0.59 |
| Hex | 80 | AF | 8E | 1B | 0 | 13 | 1F | 8A | 17 | 3B |
| Octal | 200 | 257 | 216 | 33 | 0 | 23 | 37 | 212 | 27 | 73 |
| Binary | 10000000 | 10101111 | 10001110 | 11011 | 0 | 10011 | 11111 | 10001010 | 10111 | 111011 |
Color Harmonies of #80AF8E
Complementary color
Monochromatic Colors of #80AF8E
Black with #80AF8E
Text Example
Text Example
White with #80AF8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AF8E; }
p { color: rgb(128,175,142); }
H1.HeaderClassName
{
color: #80AF8E;
}
.AnyTagClassName
{
color: #80AF8E;
}
</style>
background-color css
<style>
a { background-color: #80AF8E; }
a { background-color: rgb(128,175,142); }
div.DivClassName
{
background-color: #80AF8E;
}
.BgClassName
{
background-color: #80AF8E;
}
</style>
border-color css
<style>
span { border-color: #80AF8E; }
span { border-color: rgb(128,175,142); }
td.TdClassName
{
border-color: #80AF8E;
}
.TagClassName
{
border-color: #80AF8E;
}
</style>