Shades of Bay Leaf #79BD8F
Tints of Bay Leaf #79BD8F
RGB
CMYK
RGB Variations
Color information
#79BD8F (or 0x79BD8F) is known color: Bay Leaf. HEX triplet: 79, BD and 8F. RGB value is (121,189,143). Sum of RGB (Red+Green+Blue) = 121+189+143=453 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.71% from 453); Green value is 189 (74.22% from 255 or 41.72% from 453); Blue value is 143 (56.25% from 255 or 31.57% from 453); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BD8F is #864270. Grayscale: #A3A3A3. Windows color (decimal): -8798833 or 9420153. OLE color: 9420153.
HSL color Cylindrical-coordinate representation of color #79BD8F: hue angle of 139.41º 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 #79BD8F is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 143 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.26 |
| HSL | 139.41º | 0.34% | 0.61% | - |
| HSV(B) | 139.41º | 0.36% | 0.74% | - |
| XYZ | 31.04 | 42.44 | 32.54 | - |
| YUV | 163.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 143 | 0.36 | 0 | 0.24 | 0.26 | 139.41 | 0.34 | 0.61 |
| Hex | 79 | BD | 8F | 24 | 0 | 18 | 1A | 8B | 22 | 3D |
| Octal | 171 | 275 | 217 | 44 | 0 | 30 | 32 | 213 | 42 | 75 |
| Binary | 1111001 | 10111101 | 10001111 | 100100 | 0 | 11000 | 11010 | 10001011 | 100010 | 111101 |
Color Harmonies of #79BD8F
Complementary color
Monochromatic Colors of #79BD8F
Black with #79BD8F
Text Example
Text Example
White with #79BD8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BD8F; }
p { color: rgb(121,189,143); }
H1.HeaderClassName
{
color: #79BD8F;
}
.AnyTagClassName
{
color: #79BD8F;
}
</style>
background-color css
<style>
a { background-color: #79BD8F; }
a { background-color: rgb(121,189,143); }
div.DivClassName
{
background-color: #79BD8F;
}
.BgClassName
{
background-color: #79BD8F;
}
</style>
border-color css
<style>
span { border-color: #79BD8F; }
span { border-color: rgb(121,189,143); }
td.TdClassName
{
border-color: #79BD8F;
}
.TagClassName
{
border-color: #79BD8F;
}
</style>