#70BE86

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

Shades of Bay Leaf #70BE86

Tints of Bay Leaf #70BE86

Color information

#70BE86 (or 0x70BE86) is unknown color: approx Bay Leaf. HEX triplet: 70, BE and 86. RGB value is (112,190,134). Sum of RGB (Red+Green+Blue) = 112+190+134=436 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.69% from 436); Green value is 190 (74.61% from 255 or 43.58% from 436); Blue value is 134 (52.73% from 255 or 30.73% from 436); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE86 is #8F4179. Grayscale: #A0A0A0. Windows color (decimal): -9388410 or 8830576. OLE color: 8830576.

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

Color convert

RGB112190134-
CMYK0.4100.290.25
HSL136.92º37.5%59.22%-
HSV(B)136.92º41.05%74.51%-
XYZ29.441.9929.11-
YUV160.29113.1693.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.69%
GREEN value IS 190 (74.61% from 255) = 43.58%
BLUE value IS 134 (52.73% from 255) = 30.73%
R=25.69%
G=43.58%
B=30.73%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901340.4100.290.25136.9237.559.22
Hex70BE862901D1989263b
Octal16027620651035312114673
Binary111000010111110100001101010010111011100110001001100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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