Shades of Bay Leaf #76C98C
Tints of Bay Leaf #76C98C
RGB
CMYK
RGB Variations
Color information
#76C98C (or 0x76C98C) is known color: Bay Leaf. HEX triplet: 76, C9 and 8C. RGB value is (118,201,140). Sum of RGB (Red+Green+Blue) = 118+201+140=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 201 (78.91% from 255 or 43.79% from 459); Blue value is 140 (55.08% from 255 or 30.50% from 459); Max value from RGB is 201 - color contains mainly: green. Hex color #76C98C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C98C is #893673. Grayscale: #A9A9A9. Windows color (decimal): -8992372 or 9226614. OLE color: 9226614.
HSL color Cylindrical-coordinate representation of color #76C98C: hue angle of 135.9º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C98C is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 118 | 201 | 140 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.21 |
| HSL | 135.9º | 0.43% | 0.63% | - |
| HSV(B) | 135.9º | 0.41% | 0.79% | - |
| XYZ | 33.09 | 47.52 | 32.24 | - |
| YUV | 169.23 | 111.5 | 91.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 201 | 140 | 0.41 | 0 | 0.30 | 0.21 | 135.9 | 0.43 | 0.63 |
| Hex | 76 | C9 | 8C | 29 | 0 | 1E | 15 | 88 | 2B | 3F |
| Octal | 166 | 311 | 214 | 51 | 0 | 36 | 25 | 210 | 53 | 77 |
| Binary | 1110110 | 11001001 | 10001100 | 101001 | 0 | 11110 | 10101 | 10001000 | 101011 | 111111 |
Color Harmonies of #76C98C
Complementary color
Monochromatic Colors of #76C98C
Black with #76C98C
Text Example
Text Example
White with #76C98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76C98C; }
p { color: rgb(118,201,140); }
H1.HeaderClassName
{
color: #76C98C;
}
.AnyTagClassName
{
color: #76C98C;
}
</style>
background-color css
<style>
a { background-color: #76C98C; }
a { background-color: rgb(118,201,140); }
div.DivClassName
{
background-color: #76C98C;
}
.BgClassName
{
background-color: #76C98C;
}
</style>
border-color css
<style>
span { border-color: #76C98C; }
span { border-color: rgb(118,201,140); }
td.TdClassName
{
border-color: #76C98C;
}
.TagClassName
{
border-color: #76C98C;
}
</style>