Shades of Bay Leaf #7AB084
Tints of Bay Leaf #7AB084
RGB
CMYK
RGB Variations
Color information
#7AB084 (or 0x7AB084) is known color: Bay Leaf. HEX triplet: 7A, B0 and 84. RGB value is (122,176,132). Sum of RGB (Red+Green+Blue) = 122+176+132=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 132 (51.95% from 255 or 30.70% from 430); Max value from RGB is 176 - color contains mainly: green. Hex color #7AB084 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AB084 is #854F7B. Grayscale: #9A9A9A. Windows color (decimal): -8736636 or 8695930. OLE color: 8695930.
HSL color Cylindrical-coordinate representation of color #7AB084: hue angle of 131.11º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7AB084 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 176 | 132 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.31 |
| HSL | 131.11º | 0.25% | 0.58% | - |
| HSV(B) | 131.11º | 0.31% | 0.69% | - |
| XYZ | 27.72 | 36.85 | 27.48 | - |
| YUV | 154.84 | 115.11 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 176 | 132 | 0.31 | 0 | 0.25 | 0.31 | 131.11 | 0.25 | 0.58 |
| Hex | 7A | B0 | 84 | 1F | 0 | 19 | 1F | 83 | 19 | 3A |
| Octal | 172 | 260 | 204 | 37 | 0 | 31 | 37 | 203 | 31 | 72 |
| Binary | 1111010 | 10110000 | 10000100 | 11111 | 0 | 11001 | 11111 | 10000011 | 11001 | 111010 |
Color Harmonies of #7AB084
Complementary color
Monochromatic Colors of #7AB084
Black with #7AB084
Text Example
Text Example
White with #7AB084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB084; }
p { color: rgb(122,176,132); }
H1.HeaderClassName
{
color: #7AB084;
}
.AnyTagClassName
{
color: #7AB084;
}
</style>
background-color css
<style>
a { background-color: #7AB084; }
a { background-color: rgb(122,176,132); }
div.DivClassName
{
background-color: #7AB084;
}
.BgClassName
{
background-color: #7AB084;
}
</style>
border-color css
<style>
span { border-color: #7AB084; }
span { border-color: rgb(122,176,132); }
td.TdClassName
{
border-color: #7AB084;
}
.TagClassName
{
border-color: #7AB084;
}
</style>