#70C196

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

Shades of Silver Tree #70C196

Tints of Silver Tree #70C196

Color information

#70C196 (or 0x70C196) is unknown color: approx Silver Tree. HEX triplet: 70, C1 and 96. RGB value is (112,193,150). Sum of RGB (Red+Green+Blue) = 112+193+150=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 150 (58.98% from 255 or 32.97% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #70C196 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C196 is #8F3E69. Grayscale: #A3A3A3. Windows color (decimal): -9387626 or 9879920. OLE color: 9879920.

HSL color Cylindrical-coordinate representation of color #70C196: hue angle of 148.15º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C196 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB112193150-
CMYK0.4200.220.24
HSL148.15º39.51%59.8%-
HSV(B)148.15º41.97%75.69%-
XYZ31.2643.7935.66-
YUV163.88120.1691-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 150 (58.98% from 255) = 32.97%
R=24.62%
G=42.42%
B=32.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931500.4200.220.24148.1539.5159.8
Hex70C1962A0161894283c
Octal16030122652026302245074
Binary111000011000001100101101010100101101100010010100101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,193,150); }

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

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

 a { background-color: rgb(112,193,150); }

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

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

 span { border-color: rgb(112,193,150); }

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