#70D595

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

Shades of Silver Tree #70D595

Tints of Silver Tree #70D595

Color information

#70D595 (or 0x70D595) is unknown color: approx Silver Tree. HEX triplet: 70, D5 and 95. RGB value is (112,213,149). Sum of RGB (Red+Green+Blue) = 112+213+149=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 213 (83.59% from 255 or 44.94% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 213 - color contains mainly: green. Hex color #70D595 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D595 is #8F2A6A. Grayscale: #AFAFAF. Windows color (decimal): -9382507 or 9819504. OLE color: 9819504.

HSL color Cylindrical-coordinate representation of color #70D595: hue angle of 141.98º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D595 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB112213149-
CMYK0.4700.300.16
HSL141.98º54.59%63.73%-
HSV(B)141.98º47.42%83.53%-
XYZ35.953.236.81-
YUV175.5113.0482.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.63%
GREEN value IS 213 (83.59% from 255) = 44.94%
BLUE value IS 149 (58.59% from 255) = 31.43%
R=23.63%
G=44.94%
B=31.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1122131490.4700.300.16141.9854.5963.73
Hex70D5952F01E108e3740
Octal160325225570362021667100
Binary1110000110101011001010110111101111010000100011101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70D595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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