#70B56C

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

Shades of Fern #70B56C

Tints of Fern #70B56C

Color information

#70B56C (or 0x70B56C) is unknown color: approx Fern. HEX triplet: 70, B5 and 6C. RGB value is (112,181,108). Sum of RGB (Red+Green+Blue) = 112+181+108=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #70B56C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B56C is #8F4A93. Grayscale: #989898. Windows color (decimal): -9390740 or 7124336. OLE color: 7124336.

HSL color Cylindrical-coordinate representation of color #70B56C: hue angle of 116.71º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70B56C is Cyan = 0.38, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB112181108-
CMYK0.3800.400.29
HSL116.71º33.03%56.67%-
HSV(B)116.71º40.33%70.98%-
XYZ25.9137.5820.07-
YUV152.05103.1499.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 181 (71.09% from 255) = 45.14%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=27.93%
G=45.14%
B=26.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811080.3800.400.29116.7133.0356.67
Hex70B56C260281D752139
Octal16026515446050351654171
Binary11100001011010111011001001100101000111011110101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B56C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,181,108); }

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

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

 a { background-color: rgb(112,181,108); }

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

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

 span { border-color: rgb(112,181,108); }

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