Shades of Bay Leaf #76B481
Tints of Bay Leaf #76B481
RGB
CMYK
RGB Variations
Color information
#76B481 (or 0x76B481) is known color: Bay Leaf. HEX triplet: 76, B4 and 81. RGB value is (118,180,129). Sum of RGB (Red+Green+Blue) = 118+180+129=427 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.63% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 129 (50.78% from 255 or 30.21% from 427); Max value from RGB is 180 - color contains mainly: green. Hex color #76B481 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76B481 is #894B7E. Grayscale: #9B9B9B. Windows color (decimal): -8997759 or 8500342. OLE color: 8500342.
HSL color Cylindrical-coordinate representation of color #76B481: hue angle of 130.65º degrees, saturation: 0.29, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #76B481 is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 118 | 180 | 129 | - |
| CMYK | 0.34 | 0 | 0.28 | 0.29 |
| HSL | 130.65º | 0.29% | 0.58% | - |
| HSV(B) | 130.65º | 0.34% | 0.71% | - |
| XYZ | 27.75 | 38.08 | 26.66 | - |
| YUV | 155.65 | 112.96 | 101.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 180 | 129 | 0.34 | 0 | 0.28 | 0.29 | 130.65 | 0.29 | 0.58 |
| Hex | 76 | B4 | 81 | 22 | 0 | 1C | 1D | 83 | 1D | 3A |
| Octal | 166 | 264 | 201 | 42 | 0 | 34 | 35 | 203 | 35 | 72 |
| Binary | 1110110 | 10110100 | 10000001 | 100010 | 0 | 11100 | 11101 | 10000011 | 11101 | 111010 |
Color Harmonies of #76B481
Complementary color
Monochromatic Colors of #76B481
Black with #76B481
Text Example
Text Example
White with #76B481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76B481; }
p { color: rgb(118,180,129); }
H1.HeaderClassName
{
color: #76B481;
}
.AnyTagClassName
{
color: #76B481;
}
</style>
background-color css
<style>
a { background-color: #76B481; }
a { background-color: rgb(118,180,129); }
div.DivClassName
{
background-color: #76B481;
}
.BgClassName
{
background-color: #76B481;
}
</style>
border-color css
<style>
span { border-color: #76B481; }
span { border-color: rgb(118,180,129); }
td.TdClassName
{
border-color: #76B481;
}
.TagClassName
{
border-color: #76B481;
}
</style>