Shades of Bay Leaf #70AB81
Tints of Bay Leaf #70AB81
RGB
CMYK
RGB Variations
Color information
#70AB81 (or 0x70AB81) is known color: Bay Leaf. HEX triplet: 70, AB and 81. RGB value is (112,171,129). Sum of RGB (Red+Green+Blue) = 112+171+129=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 171 (67.19% from 255 or 41.50% from 412); Blue value is 129 (50.78% from 255 or 31.31% from 412); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB81 is #8F547E. Grayscale: #949494. Windows color (decimal): -9393279 or 8498032. OLE color: 8498032.
HSL color Cylindrical-coordinate representation of color #70AB81: hue angle of 137.29º 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 #70AB81 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 129 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.33 |
| HSL | 137.29º | 0.26% | 0.55% | - |
| HSV(B) | 137.29º | 0.35% | 0.67% | - |
| XYZ | 25.21 | 34.16 | 26.03 | - |
| YUV | 148.57 | 116.95 | 101.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 129 | 0.35 | 0 | 0.25 | 0.33 | 137.29 | 0.26 | 0.55 |
| Hex | 70 | AB | 81 | 23 | 0 | 19 | 21 | 89 | 1A | 37 |
| Octal | 160 | 253 | 201 | 43 | 0 | 31 | 41 | 211 | 32 | 67 |
| Binary | 1110000 | 10101011 | 10000001 | 100011 | 0 | 11001 | 100001 | 10001001 | 11010 | 110111 |
Color Harmonies of #70AB81
Complementary color
Monochromatic Colors of #70AB81
Black with #70AB81
Text Example
Text Example
White with #70AB81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB81; }
p { color: rgb(112,171,129); }
H1.HeaderClassName
{
color: #70AB81;
}
.AnyTagClassName
{
color: #70AB81;
}
</style>
background-color css
<style>
a { background-color: #70AB81; }
a { background-color: rgb(112,171,129); }
div.DivClassName
{
background-color: #70AB81;
}
.BgClassName
{
background-color: #70AB81;
}
</style>
border-color css
<style>
span { border-color: #70AB81; }
span { border-color: rgb(112,171,129); }
td.TdClassName
{
border-color: #70AB81;
}
.TagClassName
{
border-color: #70AB81;
}
</style>