Shades of Bay Leaf #7BB490
Tints of Bay Leaf #7BB490
RGB
CMYK
RGB Variations
Color information
#7BB490 (or 0x7BB490) is known color: Bay Leaf. HEX triplet: 7B, B4 and 90. RGB value is (123,180,144). Sum of RGB (Red+Green+Blue) = 123+180+144=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 144 (56.64% from 255 or 32.21% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #7BB490 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BB490 is #844B6F. Grayscale: #9E9E9E. Windows color (decimal): -8670064 or 9483387. OLE color: 9483387.
HSL color Cylindrical-coordinate representation of color #7BB490: hue angle of 142.11º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7BB490 is Cyan = 0.32, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 180 | 144 | - |
| CMYK | 0.32 | 0 | 0.2 | 0.29 |
| HSL | 142.11º | 0.28% | 0.59% | - |
| HSV(B) | 142.11º | 0.32% | 0.71% | - |
| XYZ | 29.52 | 38.87 | 32.33 | - |
| YUV | 158.85 | 119.62 | 102.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 180 | 144 | 0.32 | 0 | 0.2 | 0.29 | 142.11 | 0.28 | 0.59 |
| Hex | 7B | B4 | 90 | 20 | 0 | 14 | 1D | 8E | 1C | 3B |
| Octal | 173 | 264 | 220 | 40 | 0 | 24 | 35 | 216 | 34 | 73 |
| Binary | 1111011 | 10110100 | 10010000 | 100000 | 0 | 10100 | 11101 | 10001110 | 11100 | 111011 |
Color Harmonies of #7BB490
Complementary color
Monochromatic Colors of #7BB490
Black with #7BB490
Text Example
Text Example
White with #7BB490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BB490; }
p { color: rgb(123,180,144); }
H1.HeaderClassName
{
color: #7BB490;
}
.AnyTagClassName
{
color: #7BB490;
}
</style>
background-color css
<style>
a { background-color: #7BB490; }
a { background-color: rgb(123,180,144); }
div.DivClassName
{
background-color: #7BB490;
}
.BgClassName
{
background-color: #7BB490;
}
</style>
border-color css
<style>
span { border-color: #7BB490; }
span { border-color: rgb(123,180,144); }
td.TdClassName
{
border-color: #7BB490;
}
.TagClassName
{
border-color: #7BB490;
}
</style>