Shades of Bay Leaf #70B28C
Tints of Bay Leaf #70B28C
RGB
CMYK
RGB Variations
Color information
#70B28C (or 0x70B28C) is known color: Bay Leaf. HEX triplet: 70, B2 and 8C. RGB value is (112,178,140). Sum of RGB (Red+Green+Blue) = 112+178+140=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 178 (69.92% from 255 or 41.40% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 178 - color contains mainly: green. Hex color #70B28C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B28C is #8F4D73. Grayscale: #9A9A9A. Windows color (decimal): -9391476 or 9220720. OLE color: 9220720.
HSL color Cylindrical-coordinate representation of color #70B28C: hue angle of 145.45º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70B28C is Cyan = 0.37, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 112 | 178 | 140 | - |
| CMYK | 0.37 | 0 | 0.21 | 0.30 |
| HSL | 145.45º | 0.3% | 0.57% | - |
| HSV(B) | 145.45º | 0.37% | 0.7% | - |
| XYZ | 27.34 | 37.18 | 30.55 | - |
| YUV | 153.93 | 120.13 | 98.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 178 | 140 | 0.37 | 0 | 0.21 | 0.30 | 145.45 | 0.3 | 0.57 |
| Hex | 70 | B2 | 8C | 25 | 0 | 15 | 1E | 91 | 1E | 39 |
| Octal | 160 | 262 | 214 | 45 | 0 | 25 | 36 | 221 | 36 | 71 |
| Binary | 1110000 | 10110010 | 10001100 | 100101 | 0 | 10101 | 11110 | 10010001 | 11110 | 111001 |
Color Harmonies of #70B28C
Complementary color
Monochromatic Colors of #70B28C
Black with #70B28C
Text Example
Text Example
White with #70B28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B28C; }
p { color: rgb(112,178,140); }
H1.HeaderClassName
{
color: #70B28C;
}
.AnyTagClassName
{
color: #70B28C;
}
</style>
background-color css
<style>
a { background-color: #70B28C; }
a { background-color: rgb(112,178,140); }
div.DivClassName
{
background-color: #70B28C;
}
.BgClassName
{
background-color: #70B28C;
}
</style>
border-color css
<style>
span { border-color: #70B28C; }
span { border-color: rgb(112,178,140); }
td.TdClassName
{
border-color: #70B28C;
}
.TagClassName
{
border-color: #70B28C;
}
</style>