Shades of Bay Leaf #76AF7D
Tints of Bay Leaf #76AF7D
RGB
CMYK
RGB Variations
Color information
#76AF7D (or 0x76AF7D) is known color: Bay Leaf. HEX triplet: 76, AF and 7D. RGB value is (118,175,125). Sum of RGB (Red+Green+Blue) = 118+175+125=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF7D is #895082. Grayscale: #989898. Windows color (decimal): -8999043 or 8236918. OLE color: 8236918.
HSL color Cylindrical-coordinate representation of color #76AF7D: hue angle of 127.37º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76AF7D is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 125 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.31 |
| HSL | 127.37º | 0.26% | 0.57% | - |
| HSV(B) | 127.37º | 0.33% | 0.69% | - |
| XYZ | 26.5 | 35.99 | 24.95 | - |
| YUV | 152.26 | 112.62 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 125 | 0.33 | 0 | 0.29 | 0.31 | 127.37 | 0.26 | 0.57 |
| Hex | 76 | AF | 7D | 21 | 0 | 1D | 1F | 7F | 1A | 39 |
| Octal | 166 | 257 | 175 | 41 | 0 | 35 | 37 | 177 | 32 | 71 |
| Binary | 1110110 | 10101111 | 1111101 | 100001 | 0 | 11101 | 11111 | 1111111 | 11010 | 111001 |
Color Harmonies of #76AF7D
Complementary color
Monochromatic Colors of #76AF7D
Black with #76AF7D
Text Example
Text Example
White with #76AF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF7D; }
p { color: rgb(118,175,125); }
H1.HeaderClassName
{
color: #76AF7D;
}
.AnyTagClassName
{
color: #76AF7D;
}
</style>
background-color css
<style>
a { background-color: #76AF7D; }
a { background-color: rgb(118,175,125); }
div.DivClassName
{
background-color: #76AF7D;
}
.BgClassName
{
background-color: #76AF7D;
}
</style>
border-color css
<style>
span { border-color: #76AF7D; }
span { border-color: rgb(118,175,125); }
td.TdClassName
{
border-color: #76AF7D;
}
.TagClassName
{
border-color: #76AF7D;
}
</style>