#70C387

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

Shades of Silver Tree #70C387

Tints of Silver Tree #70C387

Color information

#70C387 (or 0x70C387) is unknown color: approx Silver Tree. HEX triplet: 70, C3 and 87. RGB value is (112,195,135). Sum of RGB (Red+Green+Blue) = 112+195+135=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 195 (76.56% from 255 or 44.12% from 442); Blue value is 135 (53.12% from 255 or 30.54% from 442); Max value from RGB is 195 - color contains mainly: green. Hex color #70C387 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C387 is #8F3C78. Grayscale: #A3A3A3. Windows color (decimal): -9387129 or 8897392. OLE color: 8897392.

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

Color convert

RGB112195135-
CMYK0.4300.310.24
HSL136.63º40.89%60.2%-
HSV(B)136.63º42.56%76.47%-
XYZ30.5744.2229.85-
YUV163.3411291.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.34%
GREEN value IS 195 (76.56% from 255) = 44.12%
BLUE value IS 135 (53.12% from 255) = 30.54%
R=25.34%
G=44.12%
B=30.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951350.4300.310.24136.6340.8960.2
Hex70C3872B01F1889293c
Octal16030320753037302115174
Binary111000011000011100001111010110111111100010001001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,135); }

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

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

 a { background-color: rgb(112,195,135); }

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

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

 span { border-color: rgb(112,195,135); }

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