Shades of Bay Leaf #7BAF8A
Tints of Bay Leaf #7BAF8A
RGB
CMYK
RGB Variations
Color information
#7BAF8A (or 0x7BAF8A) is known color: Bay Leaf. HEX triplet: 7B, AF and 8A. RGB value is (123,175,138). Sum of RGB (Red+Green+Blue) = 123+175+138=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 138 (54.30% from 255 or 31.65% from 436); Max value from RGB is 175 - color contains mainly: green. Hex color #7BAF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BAF8A is #845075. Grayscale: #9B9B9B. Windows color (decimal): -8671350 or 9088891. OLE color: 9088891.
HSL color Cylindrical-coordinate representation of color #7BAF8A: hue angle of 137.31º 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 #7BAF8A is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 175 | 138 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.31 |
| HSL | 137.31º | 0.25% | 0.58% | - |
| HSV(B) | 137.31º | 0.3% | 0.69% | - |
| XYZ | 28.09 | 36.71 | 29.65 | - |
| YUV | 155.23 | 118.27 | 105.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 175 | 138 | 0.30 | 0 | 0.21 | 0.31 | 137.31 | 0.25 | 0.58 |
| Hex | 7B | AF | 8A | 1E | 0 | 15 | 1F | 89 | 19 | 3A |
| Octal | 173 | 257 | 212 | 36 | 0 | 25 | 37 | 211 | 31 | 72 |
| Binary | 1111011 | 10101111 | 10001010 | 11110 | 0 | 10101 | 11111 | 10001001 | 11001 | 111010 |
Color Harmonies of #7BAF8A
Complementary color
Monochromatic Colors of #7BAF8A
Black with #7BAF8A
Text Example
Text Example
White with #7BAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BAF8A; }
p { color: rgb(123,175,138); }
H1.HeaderClassName
{
color: #7BAF8A;
}
.AnyTagClassName
{
color: #7BAF8A;
}
</style>
background-color css
<style>
a { background-color: #7BAF8A; }
a { background-color: rgb(123,175,138); }
div.DivClassName
{
background-color: #7BAF8A;
}
.BgClassName
{
background-color: #7BAF8A;
}
</style>
border-color css
<style>
span { border-color: #7BAF8A; }
span { border-color: rgb(123,175,138); }
td.TdClassName
{
border-color: #7BAF8A;
}
.TagClassName
{
border-color: #7BAF8A;
}
</style>