Html Css Color HEX #70D68C Silver Tree

📋 copy color: '#70D68C'

red 112 ◦ green 214 ◦ blue 140

#70D68C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Silver Tree #70D68C

Tints of Silver Tree #70D68C

RGB

 RED value IS 112 (44.14% from 255) = 24.03%

 GREEN value IS 214 (83.98% from 255) = 45.92%

 BLUE value IS 140 (55.08% from 255) = 30.04%

R = 24.03%
G = 45.92%
B = 30.04%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#70D68C (or 0x70D68C) is known color: Silver Tree. HEX triplet: 70, D6 and 8C. RGB value is (112,214,140). Sum of RGB (Red+Green+Blue) = 112+214+140=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 140 (55.08% from 255 or 30.04% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #70D68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70D68C is #8F2973. Grayscale: #AFAFAF. Windows color (decimal): -9382260 or 9229936. OLE color: 9229936.

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

Color convert

RGB 112 214 140 -
CMYK 0.48 0 0.35 0.16
HSL 136.47º 0.55% 0.64% -
HSV(B) 136.47º 0.48% 0.84% -
XYZ 35.46 53.43 33.26 -
YUV 175.07 108.21 83.02 -
System Red Green Blue C M Y K H S L
Decimal 112 214 140 0.48 0 0.35 0.16 136.47 0.55 0.64
Hex 70 D6 8C 30 0 23 10 88 37 40
Octal 160 326 214 60 0 43 20 210 67 100
Binary 1110000 11010110 10001100 110000 0 100011 10000 10001000 110111 1000000

Color Harmonies of #70D68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70D68C

Black with #70D68C

Text Example


Text Example

White with #70D68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,214,140); }

 H1.HeaderClassName
 {
   color: #70D68C;
 }
 .AnyTagClassName
 {
   color: #70D68C;
 }
</style>

background-color css

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

 a { background-color: rgb(112,214,140); }

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

border-color css

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

 span { border-color: rgb(112,214,140); }

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