#70BE92

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

Shades of Silver Tree #70BE92

Tints of Silver Tree #70BE92

Color information

#70BE92 (or 0x70BE92) is unknown color: approx Silver Tree. HEX triplet: 70, BE and 92. RGB value is (112,190,146). Sum of RGB (Red+Green+Blue) = 112+190+146=448 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #70BE92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BE92 is #8F416D. Grayscale: #A1A1A1. Windows color (decimal): -9388398 or 9617008. OLE color: 9617008.

HSL color Cylindrical-coordinate representation of color #70BE92: hue angle of 146.15º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BE92 is Cyan = 0.41, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB112190146-
CMYK0.4100.230.25
HSL146.15º37.5%59.22%-
HSV(B)146.15º41.05%74.51%-
XYZ30.2842.3533.77-
YUV161.66119.1692.58-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 25%
GREEN value IS 190 (74.61% from 255) = 42.41%
BLUE value IS 146 (57.42% from 255) = 32.59%
R=25%
G=42.41%
B=32.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121901460.4100.230.25146.1537.559.22
Hex70BE92290171992263b
Octal16027622251027312224673
Binary111000010111110100100101010010101111100110010010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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