Shades of Bay Leaf #70B78A
Tints of Bay Leaf #70B78A
RGB
CMYK
RGB Variations
Color information
#70B78A (or 0x70B78A) is known color: Bay Leaf. HEX triplet: 70, B7 and 8A. RGB value is (112,183,138). Sum of RGB (Red+Green+Blue) = 112+183+138=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #70B78A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B78A is #8F4875. Grayscale: #9C9C9C. Windows color (decimal): -9390198 or 9090928. OLE color: 9090928.
HSL color Cylindrical-coordinate representation of color #70B78A: hue angle of 141.97º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B78A is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 112 | 183 | 138 | - |
| CMYK | 0.39 | 0 | 0.25 | 0.28 |
| HSL | 141.97º | 0.33% | 0.58% | - |
| HSV(B) | 141.97º | 0.39% | 0.72% | - |
| XYZ | 28.2 | 39.15 | 30.11 | - |
| YUV | 156.64 | 117.48 | 96.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 183 | 138 | 0.39 | 0 | 0.25 | 0.28 | 141.97 | 0.33 | 0.58 |
| Hex | 70 | B7 | 8A | 27 | 0 | 19 | 1C | 8E | 21 | 3A |
| Octal | 160 | 267 | 212 | 47 | 0 | 31 | 34 | 216 | 41 | 72 |
| Binary | 1110000 | 10110111 | 10001010 | 100111 | 0 | 11001 | 11100 | 10001110 | 100001 | 111010 |
Color Harmonies of #70B78A
Complementary color
Monochromatic Colors of #70B78A
Black with #70B78A
Text Example
Text Example
White with #70B78A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70B78A; }
p { color: rgb(112,183,138); }
H1.HeaderClassName
{
color: #70B78A;
}
.AnyTagClassName
{
color: #70B78A;
}
</style>
background-color css
<style>
a { background-color: #70B78A; }
a { background-color: rgb(112,183,138); }
div.DivClassName
{
background-color: #70B78A;
}
.BgClassName
{
background-color: #70B78A;
}
</style>
border-color css
<style>
span { border-color: #70B78A; }
span { border-color: rgb(112,183,138); }
td.TdClassName
{
border-color: #70B78A;
}
.TagClassName
{
border-color: #70B78A;
}
</style>