#70BA95

Color #70BA95 Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #70BA95

Tints of Silver Tree #70BA95

Color information

#70BA95 (or 0x70BA95) is unknown color: approx Silver Tree. HEX triplet: 70, BA and 95. RGB value is (112,186,149). Sum of RGB (Red+Green+Blue) = 112+186+149=447 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.06% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 149 (58.59% from 255 or 33.33% from 447); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BA95 is #8F456A. Grayscale: #9F9F9F. Windows color (decimal): -9389419 or 9812592. OLE color: 9812592.

HSL color Cylindrical-coordinate representation of color #70BA95: hue angle of 150º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA95 is Cyan = 0.40, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB112186149-
CMYK0.4000.200.27
HSL150º34.91%58.43%-
HSV(B)150º39.78%72.94%-
XYZ29.6740.7334.73-
YUV159.66121.9894.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.06%
GREEN value IS 186 (73.05% from 255) = 41.61%
BLUE value IS 149 (58.59% from 255) = 33.33%
R=25.06%
G=41.61%
B=33.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861490.4000.200.2715034.9158.43
Hex70BA95280141B96233a
Octal16027222550024332264372
Binary111000010111010100101011010000101001101110010110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,186,149); }

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

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

 a { background-color: rgb(112,186,149); }

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

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

 span { border-color: rgb(112,186,149); }

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