#70BF96

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

Shades of Silver Tree #70BF96

Tints of Silver Tree #70BF96

Color information

#70BF96 (or 0x70BF96) is unknown color: approx Silver Tree. HEX triplet: 70, BF and 96. RGB value is (112,191,150). Sum of RGB (Red+Green+Blue) = 112+191+150=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 191 (75% from 255 or 42.16% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 191 - color contains mainly: green. Hex color #70BF96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70BF96 is #8F4069. Grayscale: #A2A2A2. Windows color (decimal): -9388138 or 9879408. OLE color: 9879408.

HSL color Cylindrical-coordinate representation of color #70BF96: hue angle of 148.86º 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 #70BF96 is Cyan = 0.41, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB112191150-
CMYK0.4100.210.25
HSL148.86º38.16%59.41%-
HSV(B)148.86º41.36%74.9%-
XYZ30.8242.9135.51-
YUV162.7120.8391.83-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.72%
GREEN value IS 191 (75% from 255) = 42.16%
BLUE value IS 150 (58.98% from 255) = 33.11%
R=24.72%
G=42.16%
B=33.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1121911500.4100.210.25148.8638.1659.41
Hex70BF96290151995263b
Octal16027722651025312254673
Binary111000010111111100101101010010101011100110010101100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,191,150); }

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

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

 a { background-color: rgb(112,191,150); }

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

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

 span { border-color: rgb(112,191,150); }

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