#70C68D

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

Shades of Silver Tree #70C68D

Tints of Silver Tree #70C68D

Color information

#70C68D (or 0x70C68D) is unknown color: approx Silver Tree. HEX triplet: 70, C6 and 8D. RGB value is (112,198,141). Sum of RGB (Red+Green+Blue) = 112+198+141=451 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.83% from 451); Green value is 198 (77.73% from 255 or 43.90% from 451); Blue value is 141 (55.47% from 255 or 31.26% from 451); Max value from RGB is 198 - color contains mainly: green. Hex color #70C68D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C68D is #8F3972. Grayscale: #A5A5A5. Windows color (decimal): -9386355 or 9291376. OLE color: 9291376.

HSL color Cylindrical-coordinate representation of color #70C68D: hue angle of 140.23º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C68D is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB112198141-
CMYK0.4300.290.22
HSL140.23º43%60.78%-
HSV(B)140.23º43.43%77.65%-
XYZ31.6845.7632.36-
YUV165.79114.0189.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.83%
GREEN value IS 198 (77.73% from 255) = 43.90%
BLUE value IS 141 (55.47% from 255) = 31.26%
R=24.83%
G=43.90%
B=31.26%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121981410.4300.290.22140.234360.78
Hex70C68D2B01D168c2b3d
Octal16030621553035262145375
Binary111000011000110100011011010110111011011010001100101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C68D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,198,141); }

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

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

 a { background-color: rgb(112,198,141); }

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

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

 span { border-color: rgb(112,198,141); }

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