Shades of Bay Leaf #79C38C
Tints of Bay Leaf #79C38C
RGB
CMYK
RGB Variations
Color information
#79C38C (or 0x79C38C) is known color: Bay Leaf. HEX triplet: 79, C3 and 8C. RGB value is (121,195,140). Sum of RGB (Red+Green+Blue) = 121+195+140=456 (60% of max value = 765). Red value is 121 (47.66% from 255 or 26.54% from 456); Green value is 195 (76.56% from 255 or 42.76% from 456); Blue value is 140 (55.08% from 255 or 30.70% from 456); Max value from RGB is 195 - color contains mainly: green. Hex color #79C38C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #79C38C is #863C73. Grayscale: #A6A6A6. Windows color (decimal): -8797300 or 9225081. OLE color: 9225081.
HSL color Cylindrical-coordinate representation of color #79C38C: hue angle of 135.41º 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 #79C38C is Cyan = 0.38, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 121 | 195 | 140 | - |
| CMYK | 0.38 | 0 | 0.28 | 0.24 |
| HSL | 135.41º | 0.38% | 0.62% | - |
| HSV(B) | 135.41º | 0.38% | 0.76% | - |
| XYZ | 32.13 | 44.99 | 31.8 | - |
| YUV | 166.6 | 112.98 | 95.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 195 | 140 | 0.38 | 0 | 0.28 | 0.24 | 135.41 | 0.38 | 0.62 |
| Hex | 79 | C3 | 8C | 26 | 0 | 1C | 18 | 87 | 26 | 3E |
| Octal | 171 | 303 | 214 | 46 | 0 | 34 | 30 | 207 | 46 | 76 |
| Binary | 1111001 | 11000011 | 10001100 | 100110 | 0 | 11100 | 11000 | 10000111 | 100110 | 111110 |
Color Harmonies of #79C38C
Complementary color
Monochromatic Colors of #79C38C
Black with #79C38C
Text Example
Text Example
White with #79C38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79C38C; }
p { color: rgb(121,195,140); }
H1.HeaderClassName
{
color: #79C38C;
}
.AnyTagClassName
{
color: #79C38C;
}
</style>
background-color css
<style>
a { background-color: #79C38C; }
a { background-color: rgb(121,195,140); }
div.DivClassName
{
background-color: #79C38C;
}
.BgClassName
{
background-color: #79C38C;
}
</style>
border-color css
<style>
span { border-color: #79C38C; }
span { border-color: rgb(121,195,140); }
td.TdClassName
{
border-color: #79C38C;
}
.TagClassName
{
border-color: #79C38C;
}
</style>