Shades of Bay Leaf #76A68A
Tints of Bay Leaf #76A68A
RGB
CMYK
RGB Variations
Color information
#76A68A (or 0x76A68A) is known color: Bay Leaf. HEX triplet: 76, A6 and 8A. RGB value is (118,166,138). Sum of RGB (Red+Green+Blue) = 118+166+138=422 (55% of max value = 765). Red value is 118 (46.48% from 255 or 27.96% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 166 - color contains mainly: green. Hex color #76A68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #76A68A is #895975. Grayscale: #949494. Windows color (decimal): -9001334 or 9086582. OLE color: 9086582.
HSL color Cylindrical-coordinate representation of color #76A68A: hue angle of 145º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #76A68A is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 118 | 166 | 138 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.35 |
| HSL | 145º | 0.21% | 0.56% | - |
| HSV(B) | 145º | 0.29% | 0.65% | - |
| XYZ | 25.69 | 32.96 | 29.05 | - |
| YUV | 148.46 | 122.1 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 166 | 138 | 0.29 | 0 | 0.17 | 0.35 | 145 | 0.21 | 0.56 |
| Hex | 76 | A6 | 8A | 1D | 0 | 11 | 23 | 91 | 15 | 38 |
| Octal | 166 | 246 | 212 | 35 | 0 | 21 | 43 | 221 | 25 | 70 |
| Binary | 1110110 | 10100110 | 10001010 | 11101 | 0 | 10001 | 100011 | 10010001 | 10101 | 111000 |
Color Harmonies of #76A68A
Complementary color
Monochromatic Colors of #76A68A
Black with #76A68A
Text Example
Text Example
White with #76A68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76A68A; }
p { color: rgb(118,166,138); }
H1.HeaderClassName
{
color: #76A68A;
}
.AnyTagClassName
{
color: #76A68A;
}
</style>
background-color css
<style>
a { background-color: #76A68A; }
a { background-color: rgb(118,166,138); }
div.DivClassName
{
background-color: #76A68A;
}
.BgClassName
{
background-color: #76A68A;
}
</style>
border-color css
<style>
span { border-color: #76A68A; }
span { border-color: rgb(118,166,138); }
td.TdClassName
{
border-color: #76A68A;
}
.TagClassName
{
border-color: #76A68A;
}
</style>