#70B58A

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

Shades of Bay Leaf #70B58A

Tints of Bay Leaf #70B58A

Color information

#70B58A (or 0x70B58A) is unknown color: approx Bay Leaf. HEX triplet: 70, B5 and 8A. RGB value is (112,181,138). Sum of RGB (Red+Green+Blue) = 112+181+138=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 181 (71.09% from 255 or 42.00% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 181 - color contains mainly: green. Hex color #70B58A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B58A is #8F4A75. Grayscale: #9B9B9B. Windows color (decimal): -9390710 or 9090416. OLE color: 9090416.

HSL color Cylindrical-coordinate representation of color #70B58A: hue angle of 142.61º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B58A is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB112181138-
CMYK0.3800.240.29
HSL142.61º31.8%57.45%-
HSV(B)142.61º38.12%70.98%-
XYZ27.7938.3329.98-
YUV155.47118.1497-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.99%
GREEN value IS 181 (71.09% from 255) = 42.00%
BLUE value IS 138 (54.30% from 255) = 32.02%
R=25.99%
G=42.00%
B=32.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811380.3800.240.29142.6131.857.45
Hex70B58A260181D8f2039
Octal16026521246030352174071
Binary111000010110101100010101001100110001110110001111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,181,138); }

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

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

 a { background-color: rgb(112,181,138); }

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

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

 span { border-color: rgb(112,181,138); }

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