#70CB8C

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

Shades of Silver Tree #70CB8C

Tints of Silver Tree #70CB8C

Color information

#70CB8C (or 0x70CB8C) is unknown color: approx Silver Tree. HEX triplet: 70, CB and 8C. RGB value is (112,203,140). Sum of RGB (Red+Green+Blue) = 112+203+140=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 203 (79.69% from 255 or 44.62% from 455); Blue value is 140 (55.08% from 255 or 30.77% from 455); Max value from RGB is 203 - color contains mainly: green. Hex color #70CB8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #70CB8C is #8F3473. Grayscale: #A8A8A8. Windows color (decimal): -9385076 or 9227120. OLE color: 9227120.

HSL color Cylindrical-coordinate representation of color #70CB8C: hue angle of 138.46º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CB8C is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB112203140-
CMYK0.4500.310.20
HSL138.46º46.67%61.76%-
HSV(B)138.46º44.83%79.61%-
XYZ32.7748.0532.36-
YUV168.61111.8587.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 24.62%
GREEN value IS 203 (79.69% from 255) = 44.62%
BLUE value IS 140 (55.08% from 255) = 30.77%
R=24.62%
G=44.62%
B=30.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1122031400.4500.310.20138.4646.6761.76
Hex70CB8C2D01F148a2f3e
Octal16031321455037242125776
Binary111000011001011100011001011010111111010010001010101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70CB8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,203,140); }

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

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

 a { background-color: rgb(112,203,140); }

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

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

 span { border-color: rgb(112,203,140); }

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