Html Css Color HEX #70B58D Silver Tree

📋 copy color: '#70B58D'

red 112 ◦ green 181 ◦ blue 141

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

Shades of Silver Tree #70B58D

Tints of Silver Tree #70B58D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.71%

 BLUE value IS 141 (55.47% from 255) = 32.49%

R = 25.81%
G = 41.71%
B = 32.49%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#70B58D (or 0x70B58D) is known color: Silver Tree. HEX triplet: 70, B5 and 8D. RGB value is (112,181,141). Sum of RGB (Red+Green+Blue) = 112+181+141=434 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.81% from 434); Green value is 181 (71.09% from 255 or 41.71% from 434); Blue value is 141 (55.47% from 255 or 32.49% from 434); Max value from RGB is 181 - color contains mainly: green. Hex color #70B58D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B58D is #8F4A72. Grayscale: #9B9B9B. Windows color (decimal): -9390707 or 9287024. OLE color: 9287024.

HSL color Cylindrical-coordinate representation of color #70B58D: hue angle of 145.22º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B58D is Cyan = 0.38, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 112 181 141 -
CMYK 0.38 0 0.22 0.29
HSL 145.22º 0.32% 0.57% -
HSV(B) 145.22º 0.38% 0.71% -
XYZ 28.01 38.42 31.14 -
YUV 155.81 119.64 96.75 -
System Red Green Blue C M Y K H S L
Decimal 112 181 141 0.38 0 0.22 0.29 145.22 0.32 0.57
Hex 70 B5 8D 26 0 16 1D 91 20 39
Octal 160 265 215 46 0 26 35 221 40 71
Binary 1110000 10110101 10001101 100110 0 10110 11101 10010001 100000 111001

Color Harmonies of #70B58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70B58D

Black with #70B58D

Text Example


Text Example

White with #70B58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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