Shades of Bay Leaf #70AC81
Tints of Bay Leaf #70AC81
RGB
CMYK
RGB Variations
Color information
#70AC81 (or 0x70AC81) is known color: Bay Leaf. HEX triplet: 70, AC and 81. RGB value is (112,172,129). Sum of RGB (Red+Green+Blue) = 112+172+129=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 172 (67.58% from 255 or 41.65% from 413); Blue value is 129 (50.78% from 255 or 31.23% from 413); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AC81 is #8F537E. Grayscale: #959595. Windows color (decimal): -9393023 or 8498288. OLE color: 8498288.
HSL color Cylindrical-coordinate representation of color #70AC81: hue angle of 137º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AC81 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 172 | 129 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.33 |
| HSL | 137º | 0.27% | 0.56% | - |
| HSV(B) | 137º | 0.35% | 0.67% | - |
| XYZ | 25.4 | 34.53 | 26.1 | - |
| YUV | 149.16 | 116.62 | 101.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 172 | 129 | 0.35 | 0 | 0.25 | 0.33 | 137 | 0.27 | 0.56 |
| Hex | 70 | AC | 81 | 23 | 0 | 19 | 21 | 89 | 1B | 38 |
| Octal | 160 | 254 | 201 | 43 | 0 | 31 | 41 | 211 | 33 | 70 |
| Binary | 1110000 | 10101100 | 10000001 | 100011 | 0 | 11001 | 100001 | 10001001 | 11011 | 111000 |
Color Harmonies of #70AC81
Complementary color
Monochromatic Colors of #70AC81
Black with #70AC81
Text Example
Text Example
White with #70AC81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AC81; }
p { color: rgb(112,172,129); }
H1.HeaderClassName
{
color: #70AC81;
}
.AnyTagClassName
{
color: #70AC81;
}
</style>
background-color css
<style>
a { background-color: #70AC81; }
a { background-color: rgb(112,172,129); }
div.DivClassName
{
background-color: #70AC81;
}
.BgClassName
{
background-color: #70AC81;
}
</style>
border-color css
<style>
span { border-color: #70AC81; }
span { border-color: rgb(112,172,129); }
td.TdClassName
{
border-color: #70AC81;
}
.TagClassName
{
border-color: #70AC81;
}
</style>