Shades of Bay Leaf #79BD8E
Tints of Bay Leaf #79BD8E
RGB
CMYK
RGB Variations
Color information
#79BD8E (or 0x79BD8E) is known color: Bay Leaf. HEX triplet: 79, BD and 8E. RGB value is (121,189,142). Sum of RGB (Red+Green+Blue) = 121+189+142=452 (59% of max value = 765). Red value is 121 (47.66% from 255 or 26.77% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 189 - color contains mainly: green. Hex color #79BD8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79BD8E is #864271. Grayscale: #A3A3A3. Windows color (decimal): -8798834 or 9354617. OLE color: 9354617.
HSL color Cylindrical-coordinate representation of color #79BD8E: hue angle of 138.53º 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 #79BD8E is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 121 | 189 | 142 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.26 |
| HSL | 138.53º | 0.34% | 0.61% | - |
| HSV(B) | 138.53º | 0.36% | 0.74% | - |
| XYZ | 30.97 | 42.41 | 32.15 | - |
| YUV | 163.31 | 115.97 | 97.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 189 | 142 | 0.36 | 0 | 0.25 | 0.26 | 138.53 | 0.34 | 0.61 |
| Hex | 79 | BD | 8E | 24 | 0 | 19 | 1A | 8B | 22 | 3D |
| Octal | 171 | 275 | 216 | 44 | 0 | 31 | 32 | 213 | 42 | 75 |
| Binary | 1111001 | 10111101 | 10001110 | 100100 | 0 | 11001 | 11010 | 10001011 | 100010 | 111101 |
Color Harmonies of #79BD8E
Complementary color
Monochromatic Colors of #79BD8E
Black with #79BD8E
Text Example
Text Example
White with #79BD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BD8E; }
p { color: rgb(121,189,142); }
H1.HeaderClassName
{
color: #79BD8E;
}
.AnyTagClassName
{
color: #79BD8E;
}
</style>
background-color css
<style>
a { background-color: #79BD8E; }
a { background-color: rgb(121,189,142); }
div.DivClassName
{
background-color: #79BD8E;
}
.BgClassName
{
background-color: #79BD8E;
}
</style>
border-color css
<style>
span { border-color: #79BD8E; }
span { border-color: rgb(121,189,142); }
td.TdClassName
{
border-color: #79BD8E;
}
.TagClassName
{
border-color: #79BD8E;
}
</style>