#70BE80

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

Shades of Bay Leaf #70BE80

Tints of Bay Leaf #70BE80

Color information

#70BE80 (or 0x70BE80) is unknown color: approx Bay Leaf. HEX triplet: 70, BE and 80. RGB value is (112,190,128). Sum of RGB (Red+Green+Blue) = 112+190+128=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 190 (74.61% from 255 or 44.19% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE80 is #8F417F. Grayscale: #9F9F9F. Windows color (decimal): -9388416 or 8437360. OLE color: 8437360.

HSL color Cylindrical-coordinate representation of color #70BE80: hue angle of 132.31º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE80 is Cyan = 0.41, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB112190128-
CMYK0.4100.330.25
HSL132.31º37.5%59.22%-
HSV(B)132.31º41.05%74.51%-
XYZ28.9941.8326.97-
YUV159.61110.1694.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.05%
GREEN value IS 190 (74.61% from 255) = 44.19%
BLUE value IS 128 (50.39% from 255) = 29.77%
R=26.05%
G=44.19%
B=29.77%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901280.4100.330.25132.3137.559.22
Hex70BE80290211984263b
Octal16027620051041312044673
Binary1110000101111101000000010100101000011100110000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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