#70BE7F

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

Shades of Bay Leaf #70BE7F

Tints of Bay Leaf #70BE7F

Color information

#70BE7F (or 0x70BE7F) is unknown color: approx Bay Leaf. HEX triplet: 70, BE and 7F. RGB value is (112,190,127). Sum of RGB (Red+Green+Blue) = 112+190+127=429 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.11% from 429); Green value is 190 (74.61% from 255 or 44.29% from 429); Blue value is 127 (50% from 255 or 29.60% from 429); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BE7F is #8F4180. Grayscale: #9F9F9F. Windows color (decimal): -9388417 or 8371824. OLE color: 8371824.

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

Color convert

RGB112190127-
CMYK0.4100.330.25
HSL131.54º37.5%59.22%-
HSV(B)131.54º41.05%74.51%-
XYZ28.9341.826.62-
YUV159.5109.6694.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.11%
GREEN value IS 190 (74.61% from 255) = 44.29%
BLUE value IS 127 (50% from 255) = 29.60%
R=26.11%
G=44.29%
B=29.60%

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
Decimal1121901270.4100.330.25131.5437.559.22
Hex70BE7F290211984263b
Octal16027617751041312044673
Binary111000010111110111111110100101000011100110000100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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