Shades of Bay Leaf #70B97F
Tints of Bay Leaf #70B97F
RGB
CMYK
RGB Variations
Color information
#70B97F (or 0x70B97F) is known color: Bay Leaf. HEX triplet: 70, B9 and 7F. RGB value is (112,185,127). Sum of RGB (Red+Green+Blue) = 112+185+127=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 185 (72.66% from 255 or 43.63% from 424); Blue value is 127 (50% from 255 or 29.95% from 424); Max value from RGB is 185 - color contains mainly: green. Hex color #70B97F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B97F is #8F4680. Grayscale: #9C9C9C. Windows color (decimal): -9389697 or 8370544. OLE color: 8370544.
HSL color Cylindrical-coordinate representation of color #70B97F: hue angle of 132.33º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B97F is Cyan = 0.39, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 112 | 185 | 127 | - |
| CMYK | 0.39 | 0 | 0.31 | 0.27 |
| HSL | 132.33º | 0.34% | 0.58% | - |
| HSV(B) | 132.33º | 0.39% | 0.73% | - |
| XYZ | 27.86 | 39.67 | 26.27 | - |
| YUV | 156.56 | 111.32 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 185 | 127 | 0.39 | 0 | 0.31 | 0.27 | 132.33 | 0.34 | 0.58 |
| Hex | 70 | B9 | 7F | 27 | 0 | 1F | 1B | 84 | 22 | 3A |
| Octal | 160 | 271 | 177 | 47 | 0 | 37 | 33 | 204 | 42 | 72 |
| Binary | 1110000 | 10111001 | 1111111 | 100111 | 0 | 11111 | 11011 | 10000100 | 100010 | 111010 |
Color Harmonies of #70B97F
Complementary color
Monochromatic Colors of #70B97F
Black with #70B97F
Text Example
Text Example
White with #70B97F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B97F; }
p { color: rgb(112,185,127); }
H1.HeaderClassName
{
color: #70B97F;
}
.AnyTagClassName
{
color: #70B97F;
}
</style>
background-color css
<style>
a { background-color: #70B97F; }
a { background-color: rgb(112,185,127); }
div.DivClassName
{
background-color: #70B97F;
}
.BgClassName
{
background-color: #70B97F;
}
</style>
border-color css
<style>
span { border-color: #70B97F; }
span { border-color: rgb(112,185,127); }
td.TdClassName
{
border-color: #70B97F;
}
.TagClassName
{
border-color: #70B97F;
}
</style>