Shades of Bay Leaf #70AF8A
Tints of Bay Leaf #70AF8A
RGB
CMYK
RGB Variations
Color information
#70AF8A (or 0x70AF8A) is known color: Bay Leaf. HEX triplet: 70, AF and 8A. RGB value is (112,175,138). Sum of RGB (Red+Green+Blue) = 112+175+138=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 175 (68.75% from 255 or 41.18% from 425); Blue value is 138 (54.30% from 255 or 32.47% from 425); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70AF8A is #8F5075. Grayscale: #989898. Windows color (decimal): -9392246 or 9088880. OLE color: 9088880.
HSL color Cylindrical-coordinate representation of color #70AF8A: hue angle of 144.76º 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 #70AF8A is Cyan = 0.36, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 112 | 175 | 138 | - |
| CMYK | 0.36 | 0 | 0.21 | 0.31 |
| HSL | 144.76º | 0.28% | 0.56% | - |
| HSV(B) | 144.76º | 0.36% | 0.69% | - |
| XYZ | 26.6 | 35.94 | 29.58 | - |
| YUV | 151.95 | 120.13 | 99.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 175 | 138 | 0.36 | 0 | 0.21 | 0.31 | 144.76 | 0.28 | 0.56 |
| Hex | 70 | AF | 8A | 24 | 0 | 15 | 1F | 91 | 1C | 38 |
| Octal | 160 | 257 | 212 | 44 | 0 | 25 | 37 | 221 | 34 | 70 |
| Binary | 1110000 | 10101111 | 10001010 | 100100 | 0 | 10101 | 11111 | 10010001 | 11100 | 111000 |
Color Harmonies of #70AF8A
Complementary color
Monochromatic Colors of #70AF8A
Black with #70AF8A
Text Example
Text Example
White with #70AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70AF8A; }
p { color: rgb(112,175,138); }
H1.HeaderClassName
{
color: #70AF8A;
}
.AnyTagClassName
{
color: #70AF8A;
}
</style>
background-color css
<style>
a { background-color: #70AF8A; }
a { background-color: rgb(112,175,138); }
div.DivClassName
{
background-color: #70AF8A;
}
.BgClassName
{
background-color: #70AF8A;
}
</style>
border-color css
<style>
span { border-color: #70AF8A; }
span { border-color: rgb(112,175,138); }
td.TdClassName
{
border-color: #70AF8A;
}
.TagClassName
{
border-color: #70AF8A;
}
</style>