#70B287

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

Shades of Bay Leaf #70B287

Tints of Bay Leaf #70B287

Color information

#70B287 (or 0x70B287) is unknown color: approx Bay Leaf. HEX triplet: 70, B2 and 87. RGB value is (112,178,135). Sum of RGB (Red+Green+Blue) = 112+178+135=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 178 (69.92% from 255 or 41.88% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 178 - color contains mainly: green. Hex color #70B287 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B287 is #8F4D78. Grayscale: #999999. Windows color (decimal): -9391481 or 8893040. OLE color: 8893040.

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

Color convert

RGB112178135-
CMYK0.3700.240.30
HSL140.91º30%56.86%-
HSV(B)140.91º37.08%69.8%-
XYZ26.9837.0328.65-
YUV153.36117.6398.5-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 178 (69.92% from 255) = 41.88%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=26.35%
G=41.88%
B=31.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121781350.3700.240.30140.913056.86
Hex70B287250181E8d1e39
Octal16026220745030362153671
Binary11100001011001010000111100101011000111101000110111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,178,135); }

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

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

 a { background-color: rgb(112,178,135); }

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

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

 span { border-color: rgb(112,178,135); }

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