Shades of Bay Leaf #7AB18A
Tints of Bay Leaf #7AB18A
RGB
CMYK
RGB Variations
Color information
#7AB18A (or 0x7AB18A) is known color: Bay Leaf. HEX triplet: 7A, B1 and 8A. RGB value is (122,177,138). Sum of RGB (Red+Green+Blue) = 122+177+138=437 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.92% from 437); Green value is 177 (69.53% from 255 or 40.50% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB18A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB18A is #854E75. Grayscale: #9C9C9C. Windows color (decimal): -8736374 or 9089402. OLE color: 9089402.
HSL color Cylindrical-coordinate representation of color #7AB18A: hue angle of 137.45º 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 #7AB18A is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 138 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.31 |
| HSL | 137.45º | 0.26% | 0.59% | - |
| HSV(B) | 137.45º | 0.31% | 0.69% | - |
| XYZ | 28.34 | 37.42 | 29.77 | - |
| YUV | 156.11 | 117.78 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 138 | 0.31 | 0 | 0.22 | 0.31 | 137.45 | 0.26 | 0.59 |
| Hex | 7A | B1 | 8A | 1F | 0 | 16 | 1F | 89 | 1A | 3B |
| Octal | 172 | 261 | 212 | 37 | 0 | 26 | 37 | 211 | 32 | 73 |
| Binary | 1111010 | 10110001 | 10001010 | 11111 | 0 | 10110 | 11111 | 10001001 | 11010 | 111011 |
Color Harmonies of #7AB18A
Complementary color
Monochromatic Colors of #7AB18A
Black with #7AB18A
Text Example
Text Example
White with #7AB18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB18A; }
p { color: rgb(122,177,138); }
H1.HeaderClassName
{
color: #7AB18A;
}
.AnyTagClassName
{
color: #7AB18A;
}
</style>
background-color css
<style>
a { background-color: #7AB18A; }
a { background-color: rgb(122,177,138); }
div.DivClassName
{
background-color: #7AB18A;
}
.BgClassName
{
background-color: #7AB18A;
}
</style>
border-color css
<style>
span { border-color: #7AB18A; }
span { border-color: rgb(122,177,138); }
td.TdClassName
{
border-color: #7AB18A;
}
.TagClassName
{
border-color: #7AB18A;
}
</style>