#70C79A

Color #70C79A Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #70C79A

Tints of Silver Tree #70C79A

Color information

#70C79A (or 0x70C79A) is unknown color: approx Silver Tree. HEX triplet: 70, C7 and 9A. RGB value is (112,199,154). Sum of RGB (Red+Green+Blue) = 112+199+154=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 199 (78.12% from 255 or 42.80% from 465); Blue value is 154 (60.55% from 255 or 33.12% from 465); Max value from RGB is 199 - color contains mainly: green. Hex color #70C79A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C79A is #8F3865. Grayscale: #A7A7A7. Windows color (decimal): -9386086 or 10143600. OLE color: 10143600.

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

Color convert

RGB112199154-
CMYK0.4400.230.22
HSL148.97º43.72%60.98%-
HSV(B)148.97º43.72%78.04%-
XYZ32.9446.6237.84-
YUV167.86120.1888.16-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.09%
GREEN value IS 199 (78.12% from 255) = 42.80%
BLUE value IS 154 (60.55% from 255) = 33.12%
R=24.09%
G=42.80%
B=33.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121991540.4400.230.22148.9743.7260.98
Hex70C79A2C01716952c3d
Octal16030723254027262255475
Binary111000011000111100110101011000101111011010010101101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #70C79A;
 }
 .AnyTagClassName
 {
   color: #70C79A;
 }
</style>
background-color css

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

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

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

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

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

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