#70B592

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

Shades of Silver Tree #70B592

Tints of Silver Tree #70B592

Color information

#70B592 (or 0x70B592) is unknown color: approx Silver Tree. HEX triplet: 70, B5 and 92. RGB value is (112,181,146). Sum of RGB (Red+Green+Blue) = 112+181+146=439 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.51% from 439); Green value is 181 (71.09% from 255 or 41.23% from 439); Blue value is 146 (57.42% from 255 or 33.26% from 439); Max value from RGB is 181 - color contains mainly: green. Hex color #70B592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70B592 is #8F4A6D. Grayscale: #9C9C9C. Windows color (decimal): -9390702 or 9614704. OLE color: 9614704.

HSL color Cylindrical-coordinate representation of color #70B592: hue angle of 149.57º 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 #70B592 is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB112181146-
CMYK0.3800.190.29
HSL149.57º31.8%57.45%-
HSV(B)149.57º38.12%70.98%-
XYZ28.3938.5733.14-
YUV156.38122.1496.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25.51%
GREEN value IS 181 (71.09% from 255) = 41.23%
BLUE value IS 146 (57.42% from 255) = 33.26%
R=25.51%
G=41.23%
B=33.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811460.3800.190.29149.5731.857.45
Hex70B592260131D962039
Octal16026522246023352264071
Binary111000010110101100100101001100100111110110010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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