Shades of Bay Leaf #76BF8C
Tints of Bay Leaf #76BF8C
RGB
CMYK
RGB Variations
Color information
#76BF8C (or 0x76BF8C) is known color: Bay Leaf. HEX triplet: 76, BF and 8C. RGB value is (118,191,140). Sum of RGB (Red+Green+Blue) = 118+191+140=449 (59% of max value = 765). Red value is 118 (46.48% from 255 or 26.28% from 449); Green value is 191 (75% from 255 or 42.54% from 449); Blue value is 140 (55.08% from 255 or 31.18% from 449); Max value from RGB is 191 - color contains mainly: green. Hex color #76BF8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76BF8C is #894073. Grayscale: #A3A3A3. Windows color (decimal): -8994932 or 9224054. OLE color: 9224054.
HSL color Cylindrical-coordinate representation of color #76BF8C: hue angle of 138.08º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #76BF8C is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 191 | 140 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.25 |
| HSL | 138.08º | 0.36% | 0.61% | - |
| HSV(B) | 138.08º | 0.38% | 0.75% | - |
| XYZ | 30.84 | 43.01 | 31.49 | - |
| YUV | 163.36 | 114.82 | 95.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 191 | 140 | 0.38 | 0 | 0.27 | 0.25 | 138.08 | 0.36 | 0.61 |
| Hex | 76 | BF | 8C | 26 | 0 | 1B | 19 | 8A | 24 | 3D |
| Octal | 166 | 277 | 214 | 46 | 0 | 33 | 31 | 212 | 44 | 75 |
| Binary | 1110110 | 10111111 | 10001100 | 100110 | 0 | 11011 | 11001 | 10001010 | 100100 | 111101 |
Color Harmonies of #76BF8C
Complementary color
Monochromatic Colors of #76BF8C
Black with #76BF8C
Text Example
Text Example
White with #76BF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76BF8C; }
p { color: rgb(118,191,140); }
H1.HeaderClassName
{
color: #76BF8C;
}
.AnyTagClassName
{
color: #76BF8C;
}
</style>
background-color css
<style>
a { background-color: #76BF8C; }
a { background-color: rgb(118,191,140); }
div.DivClassName
{
background-color: #76BF8C;
}
.BgClassName
{
background-color: #76BF8C;
}
</style>
border-color css
<style>
span { border-color: #76BF8C; }
span { border-color: rgb(118,191,140); }
td.TdClassName
{
border-color: #76BF8C;
}
.TagClassName
{
border-color: #76BF8C;
}
</style>