Shades of Bay Leaf #79BD90
Tints of Bay Leaf #79BD90
RGB
CMYK
RGB Variations
Color information
#79BD90 (or 0x79BD90) is known color: Bay Leaf. HEX triplet: 79, BD and 90. RGB value is (121,189,144). Sum of RGB (Red+Green+Blue) = 121+189+144=454 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.65% from 454); Green value is 189 (74.22% from 255 or 41.63% from 454); Blue value is 144 (56.64% from 255 or 31.72% from 454); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BD90 is #86426F. Grayscale: #A3A3A3. Windows color (decimal): -8798832 or 9485689. OLE color: 9485689.
HSL color Cylindrical-coordinate representation of color #79BD90: hue angle of 140.29º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #79BD90 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 144 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.26 |
| HSL | 140.29º | 0.34% | 0.61% | - |
| HSV(B) | 140.29º | 0.36% | 0.74% | - |
| XYZ | 31.12 | 42.47 | 32.94 | - |
| YUV | 163.54 | 116.97 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 144 | 0.36 | 0 | 0.24 | 0.26 | 140.29 | 0.34 | 0.61 |
| Hex | 79 | BD | 90 | 24 | 0 | 18 | 1A | 8C | 22 | 3D |
| Octal | 171 | 275 | 220 | 44 | 0 | 30 | 32 | 214 | 42 | 75 |
| Binary | 1111001 | 10111101 | 10010000 | 100100 | 0 | 11000 | 11010 | 10001100 | 100010 | 111101 |
Color Harmonies of #79BD90
Complementary color
Monochromatic Colors of #79BD90
Black with #79BD90
Text Example
Text Example
White with #79BD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BD90; }
p { color: rgb(121,189,144); }
H1.HeaderClassName
{
color: #79BD90;
}
.AnyTagClassName
{
color: #79BD90;
}
</style>
background-color css
<style>
a { background-color: #79BD90; }
a { background-color: rgb(121,189,144); }
div.DivClassName
{
background-color: #79BD90;
}
.BgClassName
{
background-color: #79BD90;
}
</style>
border-color css
<style>
span { border-color: #79BD90; }
span { border-color: rgb(121,189,144); }
td.TdClassName
{
border-color: #79BD90;
}
.TagClassName
{
border-color: #79BD90;
}
</style>