Html Css Color HEX #70C68E Silver Tree

📋 copy color: '#70C68E'

red 112 ◦ green 198 ◦ blue 142

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

Shades of Silver Tree #70C68E

Tints of Silver Tree #70C68E

RGB

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

 GREEN value IS 198 (77.73% from 255) = 43.81%

 BLUE value IS 142 (55.86% from 255) = 31.42%

R = 24.78%
G = 43.81%
B = 31.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.28

 K value IS 0.22

RGB Variations

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

Color information

#70C68E (or 0x70C68E) is known color: Silver Tree. HEX triplet: 70, C6 and 8E. RGB value is (112,198,142). Sum of RGB (Red+Green+Blue) = 112+198+142=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 198 (77.73% from 255 or 43.81% from 452); Blue value is 142 (55.86% from 255 or 31.42% from 452); Max value from RGB is 198 - color contains mainly: green. Hex color #70C68E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C68E is #8F3971. Grayscale: #A6A6A6. Windows color (decimal): -9386354 or 9356912. OLE color: 9356912.

HSL color Cylindrical-coordinate representation of color #70C68E: hue angle of 140.93º 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 #70C68E is Cyan = 0.43, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.22.

Color convert

RGB 112 198 142 -
CMYK 0.43 0 0.28 0.22
HSL 140.93º 0.43% 0.61% -
HSV(B) 140.93º 0.43% 0.78% -
XYZ 31.76 45.79 32.75 -
YUV 165.9 114.51 89.55 -
System Red Green Blue C M Y K H S L
Decimal 112 198 142 0.43 0 0.28 0.22 140.93 0.43 0.61
Hex 70 C6 8E 2B 0 1C 16 8D 2B 3D
Octal 160 306 216 53 0 34 26 215 53 75
Binary 1110000 11000110 10001110 101011 0 11100 10110 10001101 101011 111101

Color Harmonies of #70C68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70C68E

Black with #70C68E

Text Example


Text Example

White with #70C68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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