Shades of Bay Leaf #70AB82
Tints of Bay Leaf #70AB82
RGB
CMYK
RGB Variations
Color information
#70AB82 (or 0x70AB82) is known color: Bay Leaf. HEX triplet: 70, AB and 82. RGB value is (112,171,130). Sum of RGB (Red+Green+Blue) = 112+171+130=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 171 (67.19% from 255 or 41.40% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB82 is #8F547D. Grayscale: #949494. Windows color (decimal): -9393278 or 8563568. OLE color: 8563568.
HSL color Cylindrical-coordinate representation of color #70AB82: hue angle of 138.31º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AB82 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 130 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.33 |
| HSL | 138.31º | 0.26% | 0.55% | - |
| HSV(B) | 138.31º | 0.35% | 0.67% | - |
| XYZ | 25.27 | 34.18 | 26.38 | - |
| YUV | 148.69 | 117.45 | 101.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 130 | 0.35 | 0 | 0.24 | 0.33 | 138.31 | 0.26 | 0.55 |
| Hex | 70 | AB | 82 | 23 | 0 | 18 | 21 | 8A | 1A | 37 |
| Octal | 160 | 253 | 202 | 43 | 0 | 30 | 41 | 212 | 32 | 67 |
| Binary | 1110000 | 10101011 | 10000010 | 100011 | 0 | 11000 | 100001 | 10001010 | 11010 | 110111 |
Color Harmonies of #70AB82
Complementary color
Monochromatic Colors of #70AB82
Black with #70AB82
Text Example
Text Example
White with #70AB82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB82; }
p { color: rgb(112,171,130); }
H1.HeaderClassName
{
color: #70AB82;
}
.AnyTagClassName
{
color: #70AB82;
}
</style>
background-color css
<style>
a { background-color: #70AB82; }
a { background-color: rgb(112,171,130); }
div.DivClassName
{
background-color: #70AB82;
}
.BgClassName
{
background-color: #70AB82;
}
</style>
border-color css
<style>
span { border-color: #70AB82; }
span { border-color: rgb(112,171,130); }
td.TdClassName
{
border-color: #70AB82;
}
.TagClassName
{
border-color: #70AB82;
}
</style>