Shades of Bay Leaf #70A982
Tints of Bay Leaf #70A982
RGB
CMYK
RGB Variations
Color information
#70A982 (or 0x70A982) is known color: Bay Leaf. HEX triplet: 70, A9 and 82. RGB value is (112,169,130). Sum of RGB (Red+Green+Blue) = 112+169+130=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 169 (66.41% from 255 or 41.12% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 169 - color contains mainly: green. Hex color #70A982 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70A982 is #8F567D. Grayscale: #939393. Windows color (decimal): -9393790 or 8563056. OLE color: 8563056.
HSL color Cylindrical-coordinate representation of color #70A982: hue angle of 138.95º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A982 is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 112 | 169 | 130 | - |
| CMYK | 0.34 | 0 | 0.23 | 0.34 |
| HSL | 138.95º | 0.25% | 0.55% | - |
| HSV(B) | 138.95º | 0.34% | 0.66% | - |
| XYZ | 24.9 | 33.43 | 26.26 | - |
| YUV | 147.51 | 118.12 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 169 | 130 | 0.34 | 0 | 0.23 | 0.34 | 138.95 | 0.25 | 0.55 |
| Hex | 70 | A9 | 82 | 22 | 0 | 17 | 22 | 8B | 19 | 37 |
| Octal | 160 | 251 | 202 | 42 | 0 | 27 | 42 | 213 | 31 | 67 |
| Binary | 1110000 | 10101001 | 10000010 | 100010 | 0 | 10111 | 100010 | 10001011 | 11001 | 110111 |
Color Harmonies of #70A982
Complementary color
Monochromatic Colors of #70A982
Black with #70A982
Text Example
Text Example
White with #70A982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70A982; }
p { color: rgb(112,169,130); }
H1.HeaderClassName
{
color: #70A982;
}
.AnyTagClassName
{
color: #70A982;
}
</style>
background-color css
<style>
a { background-color: #70A982; }
a { background-color: rgb(112,169,130); }
div.DivClassName
{
background-color: #70A982;
}
.BgClassName
{
background-color: #70A982;
}
</style>
border-color css
<style>
span { border-color: #70A982; }
span { border-color: rgb(112,169,130); }
td.TdClassName
{
border-color: #70A982;
}
.TagClassName
{
border-color: #70A982;
}
</style>