Shades of Bay Leaf #7AAF8A
Tints of Bay Leaf #7AAF8A
RGB
CMYK
RGB Variations
Color information
#7AAF8A (or 0x7AAF8A) is known color: Bay Leaf. HEX triplet: 7A, AF and 8A. RGB value is (122,175,138). Sum of RGB (Red+Green+Blue) = 122+175+138=435 (57% of max value = 765). Red value is 122 (48.05% from 255 or 28.05% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 138 (54.30% from 255 or 31.72% from 435); Max value from RGB is 175 - color contains mainly: green. Hex color #7AAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7AAF8A is #855075. Grayscale: #9B9B9B. Windows color (decimal): -8736886 or 9088890. OLE color: 9088890.
HSL color Cylindrical-coordinate representation of color #7AAF8A: hue angle of 138.11º 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 #7AAF8A is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 175 | 138 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.31 |
| HSL | 138.11º | 0.25% | 0.58% | - |
| HSV(B) | 138.11º | 0.3% | 0.69% | - |
| XYZ | 27.94 | 36.63 | 29.64 | - |
| YUV | 154.94 | 118.44 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 175 | 138 | 0.30 | 0 | 0.21 | 0.31 | 138.11 | 0.25 | 0.58 |
| Hex | 7A | AF | 8A | 1E | 0 | 15 | 1F | 8A | 19 | 3A |
| Octal | 172 | 257 | 212 | 36 | 0 | 25 | 37 | 212 | 31 | 72 |
| Binary | 1111010 | 10101111 | 10001010 | 11110 | 0 | 10101 | 11111 | 10001010 | 11001 | 111010 |
Color Harmonies of #7AAF8A
Complementary color
Monochromatic Colors of #7AAF8A
Black with #7AAF8A
Text Example
Text Example
White with #7AAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AAF8A; }
p { color: rgb(122,175,138); }
H1.HeaderClassName
{
color: #7AAF8A;
}
.AnyTagClassName
{
color: #7AAF8A;
}
</style>
background-color css
<style>
a { background-color: #7AAF8A; }
a { background-color: rgb(122,175,138); }
div.DivClassName
{
background-color: #7AAF8A;
}
.BgClassName
{
background-color: #7AAF8A;
}
</style>
border-color css
<style>
span { border-color: #7AAF8A; }
span { border-color: rgb(122,175,138); }
td.TdClassName
{
border-color: #7AAF8A;
}
.TagClassName
{
border-color: #7AAF8A;
}
</style>