Shades of Bay Leaf #70C080
Tints of Bay Leaf #70C080
RGB
CMYK
RGB Variations
Color information
#70C080 (or 0x70C080) is known color: Bay Leaf. HEX triplet: 70, C0 and 80. RGB value is (112,192,128). Sum of RGB (Red+Green+Blue) = 112+192+128=432 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.93% from 432); Green value is 192 (75.39% from 255 or 44.44% from 432); Blue value is 128 (50.39% from 255 or 29.63% from 432); Max value from RGB is 192 - color contains mainly: green. Hex color #70C080 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C080 is #8F3F7F. Grayscale: #A0A0A0. Windows color (decimal): -9387904 or 8437872. OLE color: 8437872.
HSL color Cylindrical-coordinate representation of color #70C080: hue angle of 132º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C080 is Cyan = 0.42, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 192 | 128 | - |
| CMYK | 0.42 | 0 | 0.33 | 0.25 |
| HSL | 132º | 0.39% | 0.6% | - |
| HSV(B) | 132º | 0.42% | 0.75% | - |
| XYZ | 29.43 | 42.7 | 27.11 | - |
| YUV | 160.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 128 | 0.42 | 0 | 0.33 | 0.25 | 132 | 0.39 | 0.6 |
| Hex | 70 | C0 | 80 | 2A | 0 | 21 | 19 | 84 | 27 | 3C |
| Octal | 160 | 300 | 200 | 52 | 0 | 41 | 31 | 204 | 47 | 74 |
| Binary | 1110000 | 11000000 | 10000000 | 101010 | 0 | 100001 | 11001 | 10000100 | 100111 | 111100 |
Color Harmonies of #70C080
Complementary color
Monochromatic Colors of #70C080
Black with #70C080
Text Example
Text Example
White with #70C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C080; }
p { color: rgb(112,192,128); }
H1.HeaderClassName
{
color: #70C080;
}
.AnyTagClassName
{
color: #70C080;
}
</style>
background-color css
<style>
a { background-color: #70C080; }
a { background-color: rgb(112,192,128); }
div.DivClassName
{
background-color: #70C080;
}
.BgClassName
{
background-color: #70C080;
}
</style>
border-color css
<style>
span { border-color: #70C080; }
span { border-color: rgb(112,192,128); }
td.TdClassName
{
border-color: #70C080;
}
.TagClassName
{
border-color: #70C080;
}
</style>