Shades of Bay Leaf #76AF85
Tints of Bay Leaf #76AF85
RGB
CMYK
RGB Variations
Color information
#76AF85 (or 0x76AF85) is known color: Bay Leaf. HEX triplet: 76, AF and 85. RGB value is (118,175,133). Sum of RGB (Red+Green+Blue) = 118+175+133=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 175 (68.75% from 255 or 41.08% from 426); Blue value is 133 (52.34% from 255 or 31.22% from 426); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AF85 is #89507A. Grayscale: #999999. Windows color (decimal): -8999035 or 8761206. OLE color: 8761206.
HSL color Cylindrical-coordinate representation of color #76AF85: hue angle of 135.79º 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 #76AF85 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 133 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.31 |
| HSL | 135.79º | 0.26% | 0.57% | - |
| HSV(B) | 135.79º | 0.33% | 0.69% | - |
| XYZ | 27.03 | 36.2 | 27.75 | - |
| YUV | 153.17 | 116.62 | 102.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 133 | 0.33 | 0 | 0.24 | 0.31 | 135.79 | 0.26 | 0.57 |
| Hex | 76 | AF | 85 | 21 | 0 | 18 | 1F | 88 | 1A | 39 |
| Octal | 166 | 257 | 205 | 41 | 0 | 30 | 37 | 210 | 32 | 71 |
| Binary | 1110110 | 10101111 | 10000101 | 100001 | 0 | 11000 | 11111 | 10001000 | 11010 | 111001 |
Color Harmonies of #76AF85
Complementary color
Monochromatic Colors of #76AF85
Black with #76AF85
Text Example
Text Example
White with #76AF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF85; }
p { color: rgb(118,175,133); }
H1.HeaderClassName
{
color: #76AF85;
}
.AnyTagClassName
{
color: #76AF85;
}
</style>
background-color css
<style>
a { background-color: #76AF85; }
a { background-color: rgb(118,175,133); }
div.DivClassName
{
background-color: #76AF85;
}
.BgClassName
{
background-color: #76AF85;
}
</style>
border-color css
<style>
span { border-color: #76AF85; }
span { border-color: rgb(118,175,133); }
td.TdClassName
{
border-color: #76AF85;
}
.TagClassName
{
border-color: #76AF85;
}
</style>