#70B47C

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

Shades of Fern #70B47C

Tints of Fern #70B47C

Color information

#70B47C (or 0x70B47C) is unknown color: approx Fern. HEX triplet: 70, B4 and 7C. RGB value is (112,180,124). Sum of RGB (Red+Green+Blue) = 112+180+124=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 124 (48.83% from 255 or 29.81% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #70B47C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B47C is #8F4B83. Grayscale: #999999. Windows color (decimal): -9390980 or 8172656. OLE color: 8172656.

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

Color convert

RGB112180124-
CMYK0.3800.310.29
HSL130.59º31.19%57.25%-
HSV(B)130.59º37.78%70.59%-
XYZ26.6437.5424.91-
YUV153.28111.4798.55-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.92%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 124 (48.83% from 255) = 29.81%
R=26.92%
G=43.27%
B=29.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121801240.3800.310.29130.5931.1957.25
Hex70B47C2601F1D831f39
Octal16026417446037352033771
Binary1110000101101001111100100110011111111011000001111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,180,124); }

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

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

 a { background-color: rgb(112,180,124); }

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

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

 span { border-color: rgb(112,180,124); }

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