Html Css Color HEX #70C79B Silver Tree

📋 copy color: '#70C79B'

red 112 ◦ green 199 ◦ blue 155

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

Shades of Silver Tree #70C79B

Tints of Silver Tree #70C79B

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.7%

 BLUE value IS 155 (60.94% from 255) = 33.26%

R = 24.03%
G = 42.7%
B = 33.26%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#70C79B (or 0x70C79B) is known color: Silver Tree. HEX triplet: 70, C7 and 9B. RGB value is (112,199,155). Sum of RGB (Red+Green+Blue) = 112+199+155=466 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.03% from 466); Green value is 199 (78.12% from 255 or 42.70% from 466); Blue value is 155 (60.94% from 255 or 33.26% from 466); Max value from RGB is 199 - color contains mainly: green. Hex color #70C79B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C79B is #8F3864. Grayscale: #A8A8A8. Windows color (decimal): -9386085 or 10209136. OLE color: 10209136.

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

Color convert

RGB 112 199 155 -
CMYK 0.44 0 0.22 0.22
HSL 149.66º 0.44% 0.61% -
HSV(B) 149.66º 0.44% 0.78% -
XYZ 33.02 46.66 38.28 -
YUV 167.97 120.68 88.08 -
System Red Green Blue C M Y K H S L
Decimal 112 199 155 0.44 0 0.22 0.22 149.66 0.44 0.61
Hex 70 C7 9B 2C 0 16 16 96 2C 3D
Octal 160 307 233 54 0 26 26 226 54 75
Binary 1110000 11000111 10011011 101100 0 10110 10110 10010110 101100 111101

Color Harmonies of #70C79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C79B

Black with #70C79B

Text Example


Text Example

White with #70C79B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,199,155); }

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

background-color css

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

 a { background-color: rgb(112,199,155); }

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

border-color css

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

 span { border-color: rgb(112,199,155); }

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