#70C987

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

Shades of Silver Tree #70C987

Tints of Silver Tree #70C987

Color information

#70C987 (or 0x70C987) is unknown color: approx Silver Tree. HEX triplet: 70, C9 and 87. RGB value is (112,201,135). Sum of RGB (Red+Green+Blue) = 112+201+135=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 201 (78.91% from 255 or 44.87% from 448); Blue value is 135 (53.12% from 255 or 30.13% from 448); Max value from RGB is 201 - color contains mainly: green. Hex color #70C987 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C987 is #8F3678. Grayscale: #A7A7A7. Windows color (decimal): -9385593 or 8898928. OLE color: 8898928.

HSL color Cylindrical-coordinate representation of color #70C987: hue angle of 135.51º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70C987 is Cyan = 0.44, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB112201135-
CMYK0.4400.330.21
HSL135.51º45.18%61.37%-
HSV(B)135.51º44.28%78.82%-
XYZ31.9446.9730.3-
YUV166.86110.0188.87-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 201 (78.91% from 255) = 44.87%
BLUE value IS 135 (53.12% from 255) = 30.13%
R=25%
G=44.87%
B=30.13%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1122011350.4400.330.21135.5145.1861.37
Hex70C9872C02115882d3d
Octal16031120754041252105575
Binary1110000110010011000011110110001000011010110001000101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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