#70BB80

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

Shades of Bay Leaf #70BB80

Tints of Bay Leaf #70BB80

Color information

#70BB80 (or 0x70BB80) is unknown color: approx Bay Leaf. HEX triplet: 70, BB and 80. RGB value is (112,187,128). Sum of RGB (Red+Green+Blue) = 112+187+128=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 128 (50.39% from 255 or 29.98% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BB80 is #8F447F. Grayscale: #9E9E9E. Windows color (decimal): -9389184 or 8436592. OLE color: 8436592.

HSL color Cylindrical-coordinate representation of color #70BB80: hue angle of 132.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BB80 is Cyan = 0.40, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB112187128-
CMYK0.4000.320.27
HSL132.8º35.55%58.63%-
HSV(B)132.8º40.11%73.33%-
XYZ28.3540.5426.75-
YUV157.85111.1595.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.23%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 128 (50.39% from 255) = 29.98%
R=26.23%
G=43.79%
B=29.98%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121871280.4000.320.27132.835.5558.63
Hex70BB80280201B85243b
Octal16027320050040332054473
Binary1110000101110111000000010100001000001101110000101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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