Shades of Bay Leaf #7AB182
Tints of Bay Leaf #7AB182
RGB
CMYK
RGB Variations
Color information
#7AB182 (or 0x7AB182) is known color: Bay Leaf. HEX triplet: 7A, B1 and 82. RGB value is (122,177,130). Sum of RGB (Red+Green+Blue) = 122+177+130=429 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.44% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 130 (51.17% from 255 or 30.30% from 429); Max value from RGB is 177 - color contains mainly: green. Hex color #7AB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB182 is #854E7D. Grayscale: #9B9B9B. Windows color (decimal): -8736382 or 8565114. OLE color: 8565114.
HSL color Cylindrical-coordinate representation of color #7AB182: hue angle of 128.73º 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 #7AB182 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 177 | 130 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.31 |
| HSL | 128.73º | 0.26% | 0.59% | - |
| HSV(B) | 128.73º | 0.31% | 0.69% | - |
| XYZ | 27.78 | 37.19 | 26.83 | - |
| YUV | 155.2 | 113.78 | 104.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 130 | 0.31 | 0 | 0.27 | 0.31 | 128.73 | 0.26 | 0.59 |
| Hex | 7A | B1 | 82 | 1F | 0 | 1B | 1F | 81 | 1A | 3B |
| Octal | 172 | 261 | 202 | 37 | 0 | 33 | 37 | 201 | 32 | 73 |
| Binary | 1111010 | 10110001 | 10000010 | 11111 | 0 | 11011 | 11111 | 10000001 | 11010 | 111011 |
Color Harmonies of #7AB182
Complementary color
Monochromatic Colors of #7AB182
Black with #7AB182
Text Example
Text Example
White with #7AB182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB182; }
p { color: rgb(122,177,130); }
H1.HeaderClassName
{
color: #7AB182;
}
.AnyTagClassName
{
color: #7AB182;
}
</style>
background-color css
<style>
a { background-color: #7AB182; }
a { background-color: rgb(122,177,130); }
div.DivClassName
{
background-color: #7AB182;
}
.BgClassName
{
background-color: #7AB182;
}
</style>
border-color css
<style>
span { border-color: #7AB182; }
span { border-color: rgb(122,177,130); }
td.TdClassName
{
border-color: #7AB182;
}
.TagClassName
{
border-color: #7AB182;
}
</style>