#70B38B

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

Shades of Bay Leaf #70B38B

Tints of Bay Leaf #70B38B

Color information

#70B38B (or 0x70B38B) is unknown color: approx Bay Leaf. HEX triplet: 70, B3 and 8B. RGB value is (112,179,139). Sum of RGB (Red+Green+Blue) = 112+179+139=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 179 (70.31% from 255 or 41.63% from 430); Blue value is 139 (54.69% from 255 or 32.33% from 430); Max value from RGB is 179 - color contains mainly: green. Hex color #70B38B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B38B is #8F4C74. Grayscale: #9A9A9A. Windows color (decimal): -9391221 or 9155440. OLE color: 9155440.

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

Color convert

RGB112179139-
CMYK0.3700.220.30
HSL144.18º30.59%57.06%-
HSV(B)144.18º37.43%70.2%-
XYZ27.4637.5530.23-
YUV154.41119.397.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 179 (70.31% from 255) = 41.63%
BLUE value IS 139 (54.69% from 255) = 32.33%
R=26.05%
G=41.63%
B=32.33%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121791390.3700.220.30144.1830.5957.06
Hex70B38B250161E901f39
Octal16026321345026362203771
Binary11100001011001110001011100101010110111101001000011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B38B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,179,139); }

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

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

 a { background-color: rgb(112,179,139); }

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

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

 span { border-color: rgb(112,179,139); }

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