Shades of Bay Leaf #70AF84
Tints of Bay Leaf #70AF84
RGB
CMYK
RGB Variations
Color information
#70AF84 (or 0x70AF84) is known color: Bay Leaf. HEX triplet: 70, AF and 84. RGB value is (112,175,132). Sum of RGB (Red+Green+Blue) = 112+175+132=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 132 (51.95% from 255 or 31.50% from 419); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF84 is #8F507B. Grayscale: #979797. Windows color (decimal): -9392252 or 8695664. OLE color: 8695664.
HSL color Cylindrical-coordinate representation of color #70AF84: hue angle of 139.05º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF84 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 132 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.31 |
| HSL | 139.05º | 0.28% | 0.56% | - |
| HSV(B) | 139.05º | 0.36% | 0.69% | - |
| XYZ | 26.18 | 35.77 | 27.35 | - |
| YUV | 151.26 | 117.13 | 100 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 132 | 0.36 | 0 | 0.25 | 0.31 | 139.05 | 0.28 | 0.56 |
| Hex | 70 | AF | 84 | 24 | 0 | 19 | 1F | 8B | 1C | 38 |
| Octal | 160 | 257 | 204 | 44 | 0 | 31 | 37 | 213 | 34 | 70 |
| Binary | 1110000 | 10101111 | 10000100 | 100100 | 0 | 11001 | 11111 | 10001011 | 11100 | 111000 |
Color Harmonies of #70AF84
Complementary color
Monochromatic Colors of #70AF84
Black with #70AF84
Text Example
Text Example
White with #70AF84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF84; }
p { color: rgb(112,175,132); }
H1.HeaderClassName
{
color: #70AF84;
}
.AnyTagClassName
{
color: #70AF84;
}
</style>
background-color css
<style>
a { background-color: #70AF84; }
a { background-color: rgb(112,175,132); }
div.DivClassName
{
background-color: #70AF84;
}
.BgClassName
{
background-color: #70AF84;
}
</style>
border-color css
<style>
span { border-color: #70AF84; }
span { border-color: rgb(112,175,132); }
td.TdClassName
{
border-color: #70AF84;
}
.TagClassName
{
border-color: #70AF84;
}
</style>