Shades of Bay Leaf #7FA68A
Tints of Bay Leaf #7FA68A
RGB
CMYK
RGB Variations
Color information
#7FA68A (or 0x7FA68A) is known color: Bay Leaf. HEX triplet: 7F, A6 and 8A. RGB value is (127,166,138). Sum of RGB (Red+Green+Blue) = 127+166+138=431 (57% of max value = 765). Red value is 127 (50% from 255 or 29.47% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA68A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA68A is #805975. Grayscale: #979797. Windows color (decimal): -8411510 or 9086591. OLE color: 9086591.
HSL color Cylindrical-coordinate representation of color #7FA68A: hue angle of 136.92º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA68A is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 127 | 166 | 138 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.35 |
| HSL | 136.92º | 0.18% | 0.57% | - |
| HSV(B) | 136.92º | 0.23% | 0.65% | - |
| XYZ | 26.98 | 33.62 | 29.11 | - |
| YUV | 151.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 166 | 138 | 0.23 | 0 | 0.17 | 0.35 | 136.92 | 0.18 | 0.57 |
| Hex | 7F | A6 | 8A | 17 | 0 | 11 | 23 | 89 | 12 | 39 |
| Octal | 177 | 246 | 212 | 27 | 0 | 21 | 43 | 211 | 22 | 71 |
| Binary | 1111111 | 10100110 | 10001010 | 10111 | 0 | 10001 | 100011 | 10001001 | 10010 | 111001 |
Color Harmonies of #7FA68A
Complementary color
Monochromatic Colors of #7FA68A
Black with #7FA68A
Text Example
Text Example
White with #7FA68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7FA68A; }
p { color: rgb(127,166,138); }
H1.HeaderClassName
{
color: #7FA68A;
}
.AnyTagClassName
{
color: #7FA68A;
}
</style>
background-color css
<style>
a { background-color: #7FA68A; }
a { background-color: rgb(127,166,138); }
div.DivClassName
{
background-color: #7FA68A;
}
.BgClassName
{
background-color: #7FA68A;
}
</style>
border-color css
<style>
span { border-color: #7FA68A; }
span { border-color: rgb(127,166,138); }
td.TdClassName
{
border-color: #7FA68A;
}
.TagClassName
{
border-color: #7FA68A;
}
</style>