#70B584

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

Shades of Bay Leaf #70B584

Tints of Bay Leaf #70B584

Color information

#70B584 (or 0x70B584) is unknown color: approx Bay Leaf. HEX triplet: 70, B5 and 84. RGB value is (112,181,132). Sum of RGB (Red+Green+Blue) = 112+181+132=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 132 (51.95% from 255 or 31.06% from 425); Max value from RGB is 181 - color contains mainly: green. Hex color #70B584 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B584 is #8F4A7B. Grayscale: #9A9A9A. Windows color (decimal): -9390716 or 8697200. OLE color: 8697200.

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

Color convert

RGB112181132-
CMYK0.3800.270.29
HSL137.39º31.8%57.45%-
HSV(B)137.39º38.12%70.98%-
XYZ27.3738.1627.75-
YUV154.78115.1497.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 132 (51.95% from 255) = 31.06%
R=26.35%
G=42.59%
B=31.06%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811320.3800.270.29137.3931.857.45
Hex70B5842601B1D892039
Octal16026520446033352114071
Binary111000010110101100001001001100110111110110001001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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