#70BC78

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

Shades of Fern #70BC78

Tints of Fern #70BC78

Color information

#70BC78 (or 0x70BC78) is unknown color: approx Fern. HEX triplet: 70, BC and 78. RGB value is (112,188,120). Sum of RGB (Red+Green+Blue) = 112+188+120=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 120 (47.27% from 255 or 28.57% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #70BC78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BC78 is #8F4387. Grayscale: #9D9D9D. Windows color (decimal): -9388936 or 7912560. OLE color: 7912560.

HSL color Cylindrical-coordinate representation of color #70BC78: hue angle of 126.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BC78 is Cyan = 0.40, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.26.

Color convert

RGB112188120-
CMYK0.4000.360.26
HSL126.32º36.19%58.82%-
HSV(B)126.32º40.43%73.73%-
XYZ28.0640.7724.16-
YUV157.52106.8295.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.67%
GREEN value IS 188 (73.83% from 255) = 44.76%
BLUE value IS 120 (47.27% from 255) = 28.57%
R=26.67%
G=44.76%
B=28.57%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1121881200.4000.360.26126.3236.1958.82
Hex70BC78280241A7e243b
Octal16027417050044321764473
Binary11100001011110011110001010000100100110101111110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BC78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,188,120); }

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

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

 a { background-color: rgb(112,188,120); }

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

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

 span { border-color: rgb(112,188,120); }

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