#70B586

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

Shades of Bay Leaf #70B586

Tints of Bay Leaf #70B586

Color information

#70B586 (or 0x70B586) is unknown color: approx Bay Leaf. HEX triplet: 70, B5 and 86. RGB value is (112,181,134). Sum of RGB (Red+Green+Blue) = 112+181+134=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 181 (71.09% from 255 or 42.39% from 427); Blue value is 134 (52.73% from 255 or 31.38% from 427); Max value from RGB is 181 - color contains mainly: green. Hex color #70B586 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B586 is #8F4A79. Grayscale: #9B9B9B. Windows color (decimal): -9390714 or 8828272. OLE color: 8828272.

HSL color Cylindrical-coordinate representation of color #70B586: hue angle of 139.13º degrees, saturation: 0.32, 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 #70B586 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB112181134-
CMYK0.3800.260.29
HSL139.13º31.8%57.45%-
HSV(B)139.13º38.12%70.98%-
XYZ27.5138.2128.48-
YUV155.01116.1497.32-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 181 (71.09% from 255) = 42.39%
BLUE value IS 134 (52.73% from 255) = 31.38%
R=26.23%
G=42.39%
B=31.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811340.3800.260.29139.1331.857.45
Hex70B5862601A1D8b2039
Octal16026520646032352134071
Binary111000010110101100001101001100110101110110001011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,181,134); }

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

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

 a { background-color: rgb(112,181,134); }

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

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

 span { border-color: rgb(112,181,134); }

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