Shades of Bay Leaf #76AF83
Tints of Bay Leaf #76AF83
RGB
CMYK
RGB Variations
Color information
#76AF83 (or 0x76AF83) is known color: Bay Leaf. HEX triplet: 76, AF and 83. RGB value is (118,175,131). Sum of RGB (Red+Green+Blue) = 118+175+131=424 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.83% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 131 (51.56% from 255 or 30.90% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76AF83 is #89507C. Grayscale: #999999. Windows color (decimal): -8999037 or 8630134. OLE color: 8630134.
HSL color Cylindrical-coordinate representation of color #76AF83: hue angle of 133.68º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #76AF83 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 118 | 175 | 131 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.31 |
| HSL | 133.68º | 0.26% | 0.57% | - |
| HSV(B) | 133.68º | 0.33% | 0.69% | - |
| XYZ | 26.9 | 36.15 | 27.03 | - |
| YUV | 152.94 | 115.62 | 103.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 175 | 131 | 0.33 | 0 | 0.25 | 0.31 | 133.68 | 0.26 | 0.57 |
| Hex | 76 | AF | 83 | 21 | 0 | 19 | 1F | 86 | 1A | 39 |
| Octal | 166 | 257 | 203 | 41 | 0 | 31 | 37 | 206 | 32 | 71 |
| Binary | 1110110 | 10101111 | 10000011 | 100001 | 0 | 11001 | 11111 | 10000110 | 11010 | 111001 |
Color Harmonies of #76AF83
Complementary color
Monochromatic Colors of #76AF83
Black with #76AF83
Text Example
Text Example
White with #76AF83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76AF83; }
p { color: rgb(118,175,131); }
H1.HeaderClassName
{
color: #76AF83;
}
.AnyTagClassName
{
color: #76AF83;
}
</style>
background-color css
<style>
a { background-color: #76AF83; }
a { background-color: rgb(118,175,131); }
div.DivClassName
{
background-color: #76AF83;
}
.BgClassName
{
background-color: #76AF83;
}
</style>
border-color css
<style>
span { border-color: #76AF83; }
span { border-color: rgb(118,175,131); }
td.TdClassName
{
border-color: #76AF83;
}
.TagClassName
{
border-color: #76AF83;
}
</style>