#70B37F

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

Shades of Bay Leaf #70B37F

Tints of Bay Leaf #70B37F

Color information

#70B37F (or 0x70B37F) is unknown color: approx Bay Leaf. HEX triplet: 70, B3 and 7F. RGB value is (112,179,127). Sum of RGB (Red+Green+Blue) = 112+179+127=418 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.79% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 127 (50% from 255 or 30.38% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #70B37F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B37F is #8F4C80. Grayscale: #999999. Windows color (decimal): -9391233 or 8369008. OLE color: 8369008.

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

Color convert

RGB112179127-
CMYK0.3700.290.30
HSL133.43º30.59%57.06%-
HSV(B)133.43º37.43%70.2%-
XYZ26.6337.2225.86-
YUV153.04113.398.73-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.79%
GREEN value IS 179 (70.31% from 255) = 42.82%
BLUE value IS 127 (50% from 255) = 30.38%
R=26.79%
G=42.82%
B=30.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1121791270.3700.290.30133.4330.5957.06
Hex70B37F2501D1E851f39
Octal16026317745035362053771
Binary1110000101100111111111100101011101111101000010111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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