Shades of Bay Leaf #76AF7F
Tints of Bay Leaf #76AF7F
RGB
CMYK
RGB Variations
Color information
#76AF7F (or 0x76AF7F) is known color: Bay Leaf. HEX triplet: 76, AF and 7F. RGB value is (118,175,127). Sum of RGB (Red+Green+Blue) = 118+175+127=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76AF7F is #895080. Grayscale: #989898. Windows color (decimal): -8999041 or 8367990. OLE color: 8367990.
HSL color Cylindrical-coordinate representation of color #76AF7F: hue angle of 129.47º 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 #76AF7F is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 127 | - |
| CMYK | 0.33 | 0 | 0.27 | 0.31 |
| HSL | 129.47º | 0.26% | 0.57% | - |
| HSV(B) | 129.47º | 0.33% | 0.69% | - |
| XYZ | 26.63 | 36.04 | 25.63 | - |
| YUV | 152.49 | 113.62 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 127 | 0.33 | 0 | 0.27 | 0.31 | 129.47 | 0.26 | 0.57 |
| Hex | 76 | AF | 7F | 21 | 0 | 1B | 1F | 81 | 1A | 39 |
| Octal | 166 | 257 | 177 | 41 | 0 | 33 | 37 | 201 | 32 | 71 |
| Binary | 1110110 | 10101111 | 1111111 | 100001 | 0 | 11011 | 11111 | 10000001 | 11010 | 111001 |
Color Harmonies of #76AF7F
Complementary color
Monochromatic Colors of #76AF7F
Black with #76AF7F
Text Example
Text Example
White with #76AF7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF7F; }
p { color: rgb(118,175,127); }
H1.HeaderClassName
{
color: #76AF7F;
}
.AnyTagClassName
{
color: #76AF7F;
}
</style>
background-color css
<style>
a { background-color: #76AF7F; }
a { background-color: rgb(118,175,127); }
div.DivClassName
{
background-color: #76AF7F;
}
.BgClassName
{
background-color: #76AF7F;
}
</style>
border-color css
<style>
span { border-color: #76AF7F; }
span { border-color: rgb(118,175,127); }
td.TdClassName
{
border-color: #76AF7F;
}
.TagClassName
{
border-color: #76AF7F;
}
</style>