Shades of Bay Leaf #70AB80
Tints of Bay Leaf #70AB80
RGB
CMYK
RGB Variations
Color information
#70AB80 (or 0x70AB80) is known color: Bay Leaf. HEX triplet: 70, AB and 80. RGB value is (112,171,128). Sum of RGB (Red+Green+Blue) = 112+171+128=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 171 (67.19% from 255 or 41.61% from 411); Blue value is 128 (50.39% from 255 or 31.14% from 411); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AB80 is #8F547F. Grayscale: #949494. Windows color (decimal): -9393280 or 8432496. OLE color: 8432496.
HSL color Cylindrical-coordinate representation of color #70AB80: hue angle of 136.27º 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 #70AB80 is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 112 | 171 | 128 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.33 |
| HSL | 136.27º | 0.26% | 0.55% | - |
| HSV(B) | 136.27º | 0.35% | 0.67% | - |
| XYZ | 25.14 | 34.13 | 25.68 | - |
| YUV | 148.46 | 116.45 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 171 | 128 | 0.35 | 0 | 0.25 | 0.33 | 136.27 | 0.26 | 0.55 |
| Hex | 70 | AB | 80 | 23 | 0 | 19 | 21 | 88 | 1A | 37 |
| Octal | 160 | 253 | 200 | 43 | 0 | 31 | 41 | 210 | 32 | 67 |
| Binary | 1110000 | 10101011 | 10000000 | 100011 | 0 | 11001 | 100001 | 10001000 | 11010 | 110111 |
Color Harmonies of #70AB80
Complementary color
Monochromatic Colors of #70AB80
Black with #70AB80
Text Example
Text Example
White with #70AB80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AB80; }
p { color: rgb(112,171,128); }
H1.HeaderClassName
{
color: #70AB80;
}
.AnyTagClassName
{
color: #70AB80;
}
</style>
background-color css
<style>
a { background-color: #70AB80; }
a { background-color: rgb(112,171,128); }
div.DivClassName
{
background-color: #70AB80;
}
.BgClassName
{
background-color: #70AB80;
}
</style>
border-color css
<style>
span { border-color: #70AB80; }
span { border-color: rgb(112,171,128); }
td.TdClassName
{
border-color: #70AB80;
}
.TagClassName
{
border-color: #70AB80;
}
</style>