#70C391

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

Shades of Silver Tree #70C391

Tints of Silver Tree #70C391

Color information

#70C391 (or 0x70C391) is unknown color: approx Silver Tree. HEX triplet: 70, C3 and 91. RGB value is (112,195,145). Sum of RGB (Red+Green+Blue) = 112+195+145=452 (59% of max value = 765). Red value is 112 (44.14% from 255 or 24.78% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #70C391 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70C391 is #8F3C6E. Grayscale: #A4A4A4. Windows color (decimal): -9387119 or 9552752. OLE color: 9552752.

HSL color Cylindrical-coordinate representation of color #70C391: hue angle of 143.86º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C391 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB112195145-
CMYK0.4300.260.24
HSL143.86º40.89%60.2%-
HSV(B)143.86º42.56%76.47%-
XYZ31.3144.5233.73-
YUV164.4811790.57-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.78%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=24.78%
G=43.14%
B=32.08%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121951450.4300.260.24143.8640.8960.2
Hex70C3912B01A1890293c
Octal16030322153032302205174
Binary111000011000011100100011010110110101100010010000101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,195,145); }

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

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

 a { background-color: rgb(112,195,145); }

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

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

 span { border-color: rgb(112,195,145); }

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