Shades of Bay Leaf #70BF80
Tints of Bay Leaf #70BF80
RGB
CMYK
RGB Variations
Color information
#70BF80 (or 0x70BF80) is known color: Bay Leaf. HEX triplet: 70, BF and 80. RGB value is (112,191,128). Sum of RGB (Red+Green+Blue) = 112+191+128=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 128 (50.39% from 255 or 29.70% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF80 is #8F407F. Grayscale: #A0A0A0. Windows color (decimal): -9388160 or 8437616. OLE color: 8437616.
HSL color Cylindrical-coordinate representation of color #70BF80: hue angle of 132.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BF80 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 128 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.25 |
| HSL | 132.15º | 0.38% | 0.59% | - |
| HSV(B) | 132.15º | 0.41% | 0.75% | - |
| XYZ | 29.21 | 42.26 | 27.04 | - |
| YUV | 160.2 | 109.83 | 93.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 128 | 0.41 | 0 | 0.33 | 0.25 | 132.15 | 0.38 | 0.59 |
| Hex | 70 | BF | 80 | 29 | 0 | 21 | 19 | 84 | 26 | 3B |
| Octal | 160 | 277 | 200 | 51 | 0 | 41 | 31 | 204 | 46 | 73 |
| Binary | 1110000 | 10111111 | 10000000 | 101001 | 0 | 100001 | 11001 | 10000100 | 100110 | 111011 |
Color Harmonies of #70BF80
Complementary color
Monochromatic Colors of #70BF80
Black with #70BF80
Text Example
Text Example
White with #70BF80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BF80; }
p { color: rgb(112,191,128); }
H1.HeaderClassName
{
color: #70BF80;
}
.AnyTagClassName
{
color: #70BF80;
}
</style>
background-color css
<style>
a { background-color: #70BF80; }
a { background-color: rgb(112,191,128); }
div.DivClassName
{
background-color: #70BF80;
}
.BgClassName
{
background-color: #70BF80;
}
</style>
border-color css
<style>
span { border-color: #70BF80; }
span { border-color: rgb(112,191,128); }
td.TdClassName
{
border-color: #70BF80;
}
.TagClassName
{
border-color: #70BF80;
}
</style>