Html Css Color HEX #70B790 Silver Tree

📋 copy color: '#70B790'

red 112 ◦ green 183 ◦ blue 144

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

Shades of Silver Tree #70B790

Tints of Silver Tree #70B790

RGB

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

 GREEN value IS 183 (71.88% from 255) = 41.69%

 BLUE value IS 144 (56.64% from 255) = 32.8%

R = 25.51%
G = 41.69%
B = 32.8%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#70B790 (or 0x70B790) is known color: Silver Tree. HEX triplet: 70, B7 and 90. RGB value is (112,183,144). Sum of RGB (Red+Green+Blue) = 112+183+144=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 183 (71.88% from 255 or 41.69% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 183 - color contains mainly: green. Hex color #70B790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B790 is #8F486F. Grayscale: #9D9D9D. Windows color (decimal): -9390192 or 9484144. OLE color: 9484144.

HSL color Cylindrical-coordinate representation of color #70B790: hue angle of 147.04º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B790 is Cyan = 0.39, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 112 183 144 -
CMYK 0.39 0 0.21 0.28
HSL 147.04º 0.33% 0.58% -
HSV(B) 147.04º 0.39% 0.72% -
XYZ 28.65 39.33 32.47 -
YUV 157.33 120.48 95.67 -
System Red Green Blue C M Y K H S L
Decimal 112 183 144 0.39 0 0.21 0.28 147.04 0.33 0.58
Hex 70 B7 90 27 0 15 1C 93 21 3A
Octal 160 267 220 47 0 25 34 223 41 72
Binary 1110000 10110111 10010000 100111 0 10101 11100 10010011 100001 111010

Color Harmonies of #70B790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B790

Black with #70B790

Text Example


Text Example

White with #70B790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,183,144); }

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

background-color css

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

 a { background-color: rgb(112,183,144); }

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

border-color css

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

 span { border-color: rgb(112,183,144); }

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