Shades of Bay Leaf #70BE7F
Tints of Bay Leaf #70BE7F
RGB
CMYK
RGB Variations
Color information
#70BE7F (or 0x70BE7F) is known color: Bay Leaf. HEX triplet: 70, BE and 7F. RGB value is (112,190,127). Sum of RGB (Red+Green+Blue) = 112+190+127=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE7F is #8F4180. Grayscale: #9F9F9F. Windows color (decimal): -9388417 or 8371824. OLE color: 8371824.
HSL color Cylindrical-coordinate representation of color #70BE7F: hue angle of 131.54º 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 #70BE7F is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 127 | - |
| CMYK | 0.41 | 0 | 0.33 | 0.25 |
| HSL | 131.54º | 0.38% | 0.59% | - |
| HSV(B) | 131.54º | 0.41% | 0.75% | - |
| XYZ | 28.93 | 41.8 | 26.62 | - |
| YUV | 159.5 | 109.66 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 127 | 0.41 | 0 | 0.33 | 0.25 | 131.54 | 0.38 | 0.59 |
| Hex | 70 | BE | 7F | 29 | 0 | 21 | 19 | 84 | 26 | 3B |
| Octal | 160 | 276 | 177 | 51 | 0 | 41 | 31 | 204 | 46 | 73 |
| Binary | 1110000 | 10111110 | 1111111 | 101001 | 0 | 100001 | 11001 | 10000100 | 100110 | 111011 |
Color Harmonies of #70BE7F
Complementary color
Monochromatic Colors of #70BE7F
Black with #70BE7F
Text Example
Text Example
White with #70BE7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BE7F; }
p { color: rgb(112,190,127); }
H1.HeaderClassName
{
color: #70BE7F;
}
.AnyTagClassName
{
color: #70BE7F;
}
</style>
background-color css
<style>
a { background-color: #70BE7F; }
a { background-color: rgb(112,190,127); }
div.DivClassName
{
background-color: #70BE7F;
}
.BgClassName
{
background-color: #70BE7F;
}
</style>
border-color css
<style>
span { border-color: #70BE7F; }
span { border-color: rgb(112,190,127); }
td.TdClassName
{
border-color: #70BE7F;
}
.TagClassName
{
border-color: #70BE7F;
}
</style>