Shades of Bay Leaf #7AB17E
Tints of Bay Leaf #7AB17E
RGB
CMYK
RGB Variations
Color information
#7AB17E (or 0x7AB17E) is known color: Bay Leaf. HEX triplet: 7A, B1 and 7E. RGB value is (122,177,126). Sum of RGB (Red+Green+Blue) = 122+177+126=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 177 (69.53% from 255 or 41.65% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB17E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB17E is #854E81. Grayscale: #9A9A9A. Windows color (decimal): -8736386 or 8302970. OLE color: 8302970.
HSL color Cylindrical-coordinate representation of color #7AB17E: hue angle of 124.36º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB17E is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 126 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.31 |
| HSL | 124.36º | 0.26% | 0.59% | - |
| HSV(B) | 124.36º | 0.31% | 0.69% | - |
| XYZ | 27.51 | 37.09 | 25.45 | - |
| YUV | 154.74 | 111.78 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 126 | 0.31 | 0 | 0.29 | 0.31 | 124.36 | 0.26 | 0.59 |
| Hex | 7A | B1 | 7E | 1F | 0 | 1D | 1F | 7C | 1A | 3B |
| Octal | 172 | 261 | 176 | 37 | 0 | 35 | 37 | 174 | 32 | 73 |
| Binary | 1111010 | 10110001 | 1111110 | 11111 | 0 | 11101 | 11111 | 1111100 | 11010 | 111011 |
Color Harmonies of #7AB17E
Complementary color
Monochromatic Colors of #7AB17E
Black with #7AB17E
Text Example
Text Example
White with #7AB17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB17E; }
p { color: rgb(122,177,126); }
H1.HeaderClassName
{
color: #7AB17E;
}
.AnyTagClassName
{
color: #7AB17E;
}
</style>
background-color css
<style>
a { background-color: #7AB17E; }
a { background-color: rgb(122,177,126); }
div.DivClassName
{
background-color: #7AB17E;
}
.BgClassName
{
background-color: #7AB17E;
}
</style>
border-color css
<style>
span { border-color: #7AB17E; }
span { border-color: rgb(122,177,126); }
td.TdClassName
{
border-color: #7AB17E;
}
.TagClassName
{
border-color: #7AB17E;
}
</style>