Shades of Bay Leaf #76BA8A
Tints of Bay Leaf #76BA8A
RGB
CMYK
RGB Variations
Color information
#76BA8A (or 0x76BA8A) is known color: Bay Leaf. HEX triplet: 76, BA and 8A. RGB value is (118,186,138). Sum of RGB (Red+Green+Blue) = 118+186+138=442 (58% of max value = 765). Red value is 118 (46.48% from 255 or 26.70% from 442); Green value is 186 (73.05% from 255 or 42.08% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 186 - color contains mainly: green. Hex color #76BA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BA8A is #894575. Grayscale: #A0A0A0. Windows color (decimal): -8996214 or 9091702. OLE color: 9091702.
HSL color Cylindrical-coordinate representation of color #76BA8A: hue angle of 137.65º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #76BA8A is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 186 | 138 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.27 |
| HSL | 137.65º | 0.33% | 0.6% | - |
| HSV(B) | 137.65º | 0.37% | 0.73% | - |
| XYZ | 29.62 | 40.8 | 30.36 | - |
| YUV | 160.2 | 115.47 | 97.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 186 | 138 | 0.37 | 0 | 0.26 | 0.27 | 137.65 | 0.33 | 0.6 |
| Hex | 76 | BA | 8A | 25 | 0 | 1A | 1B | 8A | 21 | 3C |
| Octal | 166 | 272 | 212 | 45 | 0 | 32 | 33 | 212 | 41 | 74 |
| Binary | 1110110 | 10111010 | 10001010 | 100101 | 0 | 11010 | 11011 | 10001010 | 100001 | 111100 |
Color Harmonies of #76BA8A
Complementary color
Monochromatic Colors of #76BA8A
Black with #76BA8A
Text Example
Text Example
White with #76BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BA8A; }
p { color: rgb(118,186,138); }
H1.HeaderClassName
{
color: #76BA8A;
}
.AnyTagClassName
{
color: #76BA8A;
}
</style>
background-color css
<style>
a { background-color: #76BA8A; }
a { background-color: rgb(118,186,138); }
div.DivClassName
{
background-color: #76BA8A;
}
.BgClassName
{
background-color: #76BA8A;
}
</style>
border-color css
<style>
span { border-color: #76BA8A; }
span { border-color: rgb(118,186,138); }
td.TdClassName
{
border-color: #76BA8A;
}
.TagClassName
{
border-color: #76BA8A;
}
</style>