#70C195

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

Shades of Silver Tree #70C195

Tints of Silver Tree #70C195

Color information

#70C195 (or 0x70C195) is unknown color: approx Silver Tree. HEX triplet: 70, C1 and 95. RGB value is (112,193,149). Sum of RGB (Red+Green+Blue) = 112+193+149=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 193 (75.78% from 255 or 42.51% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 193 - color contains mainly: green. Hex color #70C195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C195 is #8F3E6A. Grayscale: #A3A3A3. Windows color (decimal): -9387627 or 9814384. OLE color: 9814384.

HSL color Cylindrical-coordinate representation of color #70C195: hue angle of 147.41º 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 #70C195 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB112193149-
CMYK0.4200.230.24
HSL147.41º39.51%59.8%-
HSV(B)147.41º41.97%75.69%-
XYZ31.1843.7535.24-
YUV163.76119.6691.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.67%
GREEN value IS 193 (75.78% from 255) = 42.51%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=24.67%
G=42.51%
B=32.82%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931490.4200.230.24147.4139.5159.8
Hex70C1952A0171893283c
Octal16030122552027302235074
Binary111000011000001100101011010100101111100010010011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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