Shades of Bay Leaf #7AB27E
Tints of Bay Leaf #7AB27E
RGB
CMYK
RGB Variations
Color information
#7AB27E (or 0x7AB27E) is known color: Bay Leaf. HEX triplet: 7A, B2 and 7E. RGB value is (122,178,126). Sum of RGB (Red+Green+Blue) = 122+178+126=426 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.64% from 426); Green value is 178 (69.92% from 255 or 41.78% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 178 - color contains mainly: green. Hex color #7AB27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AB27E is #854D81. Grayscale: #9B9B9B. Windows color (decimal): -8736130 or 8303226. OLE color: 8303226.
HSL color Cylindrical-coordinate representation of color #7AB27E: hue angle of 124.29º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB27E is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 122 | 178 | 126 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.30 |
| HSL | 124.29º | 0.27% | 0.59% | - |
| HSV(B) | 124.29º | 0.31% | 0.7% | - |
| XYZ | 27.71 | 37.48 | 25.51 | - |
| YUV | 155.33 | 111.45 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 178 | 126 | 0.31 | 0 | 0.29 | 0.30 | 124.29 | 0.27 | 0.59 |
| Hex | 7A | B2 | 7E | 1F | 0 | 1D | 1E | 7C | 1B | 3B |
| Octal | 172 | 262 | 176 | 37 | 0 | 35 | 36 | 174 | 33 | 73 |
| Binary | 1111010 | 10110010 | 1111110 | 11111 | 0 | 11101 | 11110 | 1111100 | 11011 | 111011 |
Color Harmonies of #7AB27E
Complementary color
Monochromatic Colors of #7AB27E
Black with #7AB27E
Text Example
Text Example
White with #7AB27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB27E; }
p { color: rgb(122,178,126); }
H1.HeaderClassName
{
color: #7AB27E;
}
.AnyTagClassName
{
color: #7AB27E;
}
</style>
background-color css
<style>
a { background-color: #7AB27E; }
a { background-color: rgb(122,178,126); }
div.DivClassName
{
background-color: #7AB27E;
}
.BgClassName
{
background-color: #7AB27E;
}
</style>
border-color css
<style>
span { border-color: #7AB27E; }
span { border-color: rgb(122,178,126); }
td.TdClassName
{
border-color: #7AB27E;
}
.TagClassName
{
border-color: #7AB27E;
}
</style>