Shades of Bay Leaf #7AB37F
Tints of Bay Leaf #7AB37F
RGB
CMYK
RGB Variations
Color information
#7AB37F (or 0x7AB37F) is known color: Bay Leaf. HEX triplet: 7A, B3 and 7F. RGB value is (122,179,127). Sum of RGB (Red+Green+Blue) = 122+179+127=428 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.50% from 428); Green value is 179 (70.31% from 255 or 41.82% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 179 - color contains mainly: green. Hex color #7AB37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7AB37F is #854C80. Grayscale: #9C9C9C. Windows color (decimal): -8735873 or 8369018. OLE color: 8369018.
HSL color Cylindrical-coordinate representation of color #7AB37F: hue angle of 125.26º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB37F is Cyan = 0.32, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 179 | 127 | - |
| CMYK | 0.32 | 0 | 0.29 | 0.30 |
| HSL | 125.26º | 0.27% | 0.59% | - |
| HSV(B) | 125.26º | 0.32% | 0.7% | - |
| XYZ | 27.98 | 37.91 | 25.92 | - |
| YUV | 156.03 | 111.62 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 179 | 127 | 0.32 | 0 | 0.29 | 0.30 | 125.26 | 0.27 | 0.59 |
| Hex | 7A | B3 | 7F | 20 | 0 | 1D | 1E | 7D | 1B | 3B |
| Octal | 172 | 263 | 177 | 40 | 0 | 35 | 36 | 175 | 33 | 73 |
| Binary | 1111010 | 10110011 | 1111111 | 100000 | 0 | 11101 | 11110 | 1111101 | 11011 | 111011 |
Color Harmonies of #7AB37F
Complementary color
Monochromatic Colors of #7AB37F
Black with #7AB37F
Text Example
Text Example
White with #7AB37F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB37F; }
p { color: rgb(122,179,127); }
H1.HeaderClassName
{
color: #7AB37F;
}
.AnyTagClassName
{
color: #7AB37F;
}
</style>
background-color css
<style>
a { background-color: #7AB37F; }
a { background-color: rgb(122,179,127); }
div.DivClassName
{
background-color: #7AB37F;
}
.BgClassName
{
background-color: #7AB37F;
}
</style>
border-color css
<style>
span { border-color: #7AB37F; }
span { border-color: rgb(122,179,127); }
td.TdClassName
{
border-color: #7AB37F;
}
.TagClassName
{
border-color: #7AB37F;
}
</style>