Shades of Bay Leaf #79C390
Tints of Bay Leaf #79C390
RGB
CMYK
RGB Variations
Color information
#79C390 (or 0x79C390) is known color: Bay Leaf. HEX triplet: 79, C3 and 90. RGB value is (121,195,144). Sum of RGB (Red+Green+Blue) = 121+195+144=460 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.30% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 144 (56.64% from 255 or 31.30% from 460); Max value from RGB is 195 - color contains mainly: green. Hex color #79C390 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C390 is #863C6F. Grayscale: #A7A7A7. Windows color (decimal): -8797296 or 9487225. OLE color: 9487225.
HSL color Cylindrical-coordinate representation of color #79C390: hue angle of 138.65º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #79C390 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 195 | 144 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.24 |
| HSL | 138.65º | 0.38% | 0.62% | - |
| HSV(B) | 138.65º | 0.38% | 0.76% | - |
| XYZ | 32.43 | 45.11 | 33.38 | - |
| YUV | 167.06 | 114.98 | 95.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 195 | 144 | 0.38 | 0 | 0.26 | 0.24 | 138.65 | 0.38 | 0.62 |
| Hex | 79 | C3 | 90 | 26 | 0 | 1A | 18 | 8B | 26 | 3E |
| Octal | 171 | 303 | 220 | 46 | 0 | 32 | 30 | 213 | 46 | 76 |
| Binary | 1111001 | 11000011 | 10010000 | 100110 | 0 | 11010 | 11000 | 10001011 | 100110 | 111110 |
Color Harmonies of #79C390
Complementary color
Monochromatic Colors of #79C390
Black with #79C390
Text Example
Text Example
White with #79C390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C390; }
p { color: rgb(121,195,144); }
H1.HeaderClassName
{
color: #79C390;
}
.AnyTagClassName
{
color: #79C390;
}
</style>
background-color css
<style>
a { background-color: #79C390; }
a { background-color: rgb(121,195,144); }
div.DivClassName
{
background-color: #79C390;
}
.BgClassName
{
background-color: #79C390;
}
</style>
border-color css
<style>
span { border-color: #79C390; }
span { border-color: rgb(121,195,144); }
td.TdClassName
{
border-color: #79C390;
}
.TagClassName
{
border-color: #79C390;
}
</style>