#70B48D

Color #70B48D Bay Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bay Leaf #70B48D

Tints of Bay Leaf #70B48D

Color information

#70B48D (or 0x70B48D) is unknown color: approx Bay Leaf. HEX triplet: 70, B4 and 8D. RGB value is (112,180,141). Sum of RGB (Red+Green+Blue) = 112+180+141=433 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.87% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 141 (55.47% from 255 or 32.56% from 433); Max value from RGB is 180 - color contains mainly: green. Hex color #70B48D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B48D is #8F4B72. Grayscale: #9B9B9B. Windows color (decimal): -9390963 or 9286768. OLE color: 9286768.

HSL color Cylindrical-coordinate representation of color #70B48D: hue angle of 145.59º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B48D is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB112180141-
CMYK0.3800.220.29
HSL145.59º31.19%57.25%-
HSV(B)145.59º37.78%70.59%-
XYZ27.8138.0131.07-
YUV155.22119.9797.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 112 (44.14% from 255) = 25.87%
GREEN value IS 180 (70.70% from 255) = 41.57%
BLUE value IS 141 (55.47% from 255) = 32.56%
R=25.87%
G=41.57%
B=32.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801410.3800.220.29145.5931.1957.25
Hex70B48D260161D921f39
Octal16026421546026352223771
Binary11100001011010010001101100110010110111011001001011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B48D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70B48D; }

 p { color: rgb(112,180,141); }

 H1.HeaderClassName
 {
   color: #70B48D;
 }
 .AnyTagClassName
 {
   color: #70B48D;
 }
</style>
background-color css

<style>
 a { background-color: #70B48D; }

 a { background-color: rgb(112,180,141); }

 div.DivClassName
 {
   background-color: #70B48D;
 }
 .BgClassName
 {
   background-color: #70B48D;
 }
</style>
border-color css

<style>
 span { border-color: #70B48D; }

 span { border-color: rgb(112,180,141); }

 td.TdClassName
 {
   border-color: #70B48D;
 }
 .TagClassName
 {
   border-color: #70B48D;
 }
</style>