#70B37D

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

Shades of Bay Leaf #70B37D

Tints of Bay Leaf #70B37D

Color information

#70B37D (or 0x70B37D) is unknown color: approx Bay Leaf. HEX triplet: 70, B3 and 7D. RGB value is (112,179,125). Sum of RGB (Red+Green+Blue) = 112+179+125=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 125 (49.22% from 255 or 30.05% from 416); Max value from RGB is 179 - color contains mainly: green. Hex color #70B37D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B37D is #8F4C82. Grayscale: #989898. Windows color (decimal): -9391235 or 8237936. OLE color: 8237936.

HSL color Cylindrical-coordinate representation of color #70B37D: hue angle of 131.64º 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 #70B37D is Cyan = 0.37, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB112179125-
CMYK0.3700.300.30
HSL131.64º30.59%57.06%-
HSV(B)131.64º37.43%70.2%-
XYZ26.537.1725.18-
YUV152.81112.398.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 125 (49.22% from 255) = 30.05%
R=26.92%
G=43.03%
B=30.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121791250.3700.300.30131.6430.5957.06
Hex70B37D2501E1E841f39
Octal16026317545036362043771
Binary1110000101100111111101100101011110111101000010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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