#70B280

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

Shades of Bay Leaf #70B280

Tints of Bay Leaf #70B280

Color information

#70B280 (or 0x70B280) is unknown color: approx Bay Leaf. HEX triplet: 70, B2 and 80. RGB value is (112,178,128). Sum of RGB (Red+Green+Blue) = 112+178+128=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 178 (69.92% from 255 or 42.58% from 418); Blue value is 128 (50.39% from 255 or 30.62% from 418); Max value from RGB is 178 - color contains mainly: green. Hex color #70B280 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #70B280 is #8F4D7F. Grayscale: #989898. Windows color (decimal): -9391488 or 8434288. OLE color: 8434288.

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

Color convert

RGB112178128-
CMYK0.3700.280.30
HSL134.55º30%56.86%-
HSV(B)134.55º37.08%69.8%-
XYZ26.536.8426.14-
YUV152.57114.1399.07-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 178 (69.92% from 255) = 42.58%
BLUE value IS 128 (50.39% from 255) = 30.62%
R=26.79%
G=42.58%
B=30.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121781280.3700.280.30134.553056.86
Hex70B2802501C1E871e39
Octal16026220045034362073671
Binary11100001011001010000000100101011100111101000011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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