Shades of Bay Leaf #7AAF7E
Tints of Bay Leaf #7AAF7E
RGB
CMYK
RGB Variations
Color information
#7AAF7E (or 0x7AAF7E) is known color: Bay Leaf. HEX triplet: 7A, AF and 7E. RGB value is (122,175,126). Sum of RGB (Red+Green+Blue) = 122+175+126=423 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.84% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF7E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7AAF7E is #855081. Grayscale: #999999. Windows color (decimal): -8736898 or 8302458. OLE color: 8302458.
HSL color Cylindrical-coordinate representation of color #7AAF7E: hue angle of 124.53º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7AAF7E is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 126 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.31 |
| HSL | 124.53º | 0.25% | 0.58% | - |
| HSV(B) | 124.53º | 0.3% | 0.69% | - |
| XYZ | 27.12 | 36.3 | 25.32 | - |
| YUV | 153.57 | 112.44 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 126 | 0.30 | 0 | 0.28 | 0.31 | 124.53 | 0.25 | 0.58 |
| Hex | 7A | AF | 7E | 1E | 0 | 1C | 1F | 7D | 19 | 3A |
| Octal | 172 | 257 | 176 | 36 | 0 | 34 | 37 | 175 | 31 | 72 |
| Binary | 1111010 | 10101111 | 1111110 | 11110 | 0 | 11100 | 11111 | 1111101 | 11001 | 111010 |
Color Harmonies of #7AAF7E
Complementary color
Monochromatic Colors of #7AAF7E
Black with #7AAF7E
Text Example
Text Example
White with #7AAF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF7E; }
p { color: rgb(122,175,126); }
H1.HeaderClassName
{
color: #7AAF7E;
}
.AnyTagClassName
{
color: #7AAF7E;
}
</style>
background-color css
<style>
a { background-color: #7AAF7E; }
a { background-color: rgb(122,175,126); }
div.DivClassName
{
background-color: #7AAF7E;
}
.BgClassName
{
background-color: #7AAF7E;
}
</style>
border-color css
<style>
span { border-color: #7AAF7E; }
span { border-color: rgb(122,175,126); }
td.TdClassName
{
border-color: #7AAF7E;
}
.TagClassName
{
border-color: #7AAF7E;
}
</style>