Shades of Bay Leaf #76BE8E
Tints of Bay Leaf #76BE8E
RGB
CMYK
RGB Variations
Color information
#76BE8E (or 0x76BE8E) is known color: Bay Leaf. HEX triplet: 76, BE and 8E. RGB value is (118,190,142). Sum of RGB (Red+Green+Blue) = 118+190+142=450 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.22% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 142 (55.86% from 255 or 31.56% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #76BE8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BE8E is #894171. Grayscale: #A3A3A3. Windows color (decimal): -8995186 or 9354870. OLE color: 9354870.
HSL color Cylindrical-coordinate representation of color #76BE8E: hue angle of 140º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BE8E is Cyan = 0.38, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 190 | 142 | - |
| CMYK | 0.38 | 0 | 0.25 | 0.25 |
| HSL | 140º | 0.36% | 0.6% | - |
| HSV(B) | 140º | 0.38% | 0.75% | - |
| XYZ | 30.77 | 42.63 | 32.2 | - |
| YUV | 163 | 116.15 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 190 | 142 | 0.38 | 0 | 0.25 | 0.25 | 140 | 0.36 | 0.6 |
| Hex | 76 | BE | 8E | 26 | 0 | 19 | 19 | 8C | 24 | 3C |
| Octal | 166 | 276 | 216 | 46 | 0 | 31 | 31 | 214 | 44 | 74 |
| Binary | 1110110 | 10111110 | 10001110 | 100110 | 0 | 11001 | 11001 | 10001100 | 100100 | 111100 |
Color Harmonies of #76BE8E
Complementary color
Monochromatic Colors of #76BE8E
Black with #76BE8E
Text Example
Text Example
White with #76BE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BE8E; }
p { color: rgb(118,190,142); }
H1.HeaderClassName
{
color: #76BE8E;
}
.AnyTagClassName
{
color: #76BE8E;
}
</style>
background-color css
<style>
a { background-color: #76BE8E; }
a { background-color: rgb(118,190,142); }
div.DivClassName
{
background-color: #76BE8E;
}
.BgClassName
{
background-color: #76BE8E;
}
</style>
border-color css
<style>
span { border-color: #76BE8E; }
span { border-color: rgb(118,190,142); }
td.TdClassName
{
border-color: #76BE8E;
}
.TagClassName
{
border-color: #76BE8E;
}
</style>