Shades of Bay Leaf #76AC85
Tints of Bay Leaf #76AC85
RGB
CMYK
RGB Variations
Color information
#76AC85 (or 0x76AC85) is known color: Bay Leaf. HEX triplet: 76, AC and 85. RGB value is (118,172,133). Sum of RGB (Red+Green+Blue) = 118+172+133=423 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.90% from 423); Green value is 172 (67.58% from 255 or 40.66% from 423); Blue value is 133 (52.34% from 255 or 31.44% from 423); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AC85 is #89537A. Grayscale: #979797. Windows color (decimal): -8999803 or 8760438. OLE color: 8760438.
HSL color Cylindrical-coordinate representation of color #76AC85: hue angle of 136.67º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76AC85 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 118 | 172 | 133 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.33 |
| HSL | 136.67º | 0.25% | 0.57% | - |
| HSV(B) | 136.67º | 0.31% | 0.67% | - |
| XYZ | 26.46 | 35.05 | 27.56 | - |
| YUV | 151.41 | 117.61 | 104.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 172 | 133 | 0.31 | 0 | 0.23 | 0.33 | 136.67 | 0.25 | 0.57 |
| Hex | 76 | AC | 85 | 1F | 0 | 17 | 21 | 89 | 19 | 39 |
| Octal | 166 | 254 | 205 | 37 | 0 | 27 | 41 | 211 | 31 | 71 |
| Binary | 1110110 | 10101100 | 10000101 | 11111 | 0 | 10111 | 100001 | 10001001 | 11001 | 111001 |
Color Harmonies of #76AC85
Complementary color
Monochromatic Colors of #76AC85
Black with #76AC85
Text Example
Text Example
White with #76AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AC85; }
p { color: rgb(118,172,133); }
H1.HeaderClassName
{
color: #76AC85;
}
.AnyTagClassName
{
color: #76AC85;
}
</style>
background-color css
<style>
a { background-color: #76AC85; }
a { background-color: rgb(118,172,133); }
div.DivClassName
{
background-color: #76AC85;
}
.BgClassName
{
background-color: #76AC85;
}
</style>
border-color css
<style>
span { border-color: #76AC85; }
span { border-color: rgb(118,172,133); }
td.TdClassName
{
border-color: #76AC85;
}
.TagClassName
{
border-color: #76AC85;
}
</style>