#70B576

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

Shades of Fern #70B576

Tints of Fern #70B576

Color information

#70B576 (or 0x70B576) is unknown color: approx Fern. HEX triplet: 70, B5 and 76. RGB value is (112,181,118). Sum of RGB (Red+Green+Blue) = 112+181+118=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 181 (71.09% from 255 or 44.04% from 411); Blue value is 118 (46.48% from 255 or 28.71% from 411); Max value from RGB is 181 - color contains mainly: green. Hex color #70B576 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B576 is #8F4A89. Grayscale: #999999. Windows color (decimal): -9390730 or 7779696. OLE color: 7779696.

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

Color convert

RGB112181118-
CMYK0.3800.350.29
HSL125.22º31.8%57.45%-
HSV(B)125.22º38.12%70.98%-
XYZ26.4837.823.04-
YUV153.19108.1498.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 181 (71.09% from 255) = 44.04%
BLUE value IS 118 (46.48% from 255) = 28.71%
R=27.25%
G=44.04%
B=28.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121811180.3800.350.29125.2231.857.45
Hex70B576260231D7d2039
Octal16026516646043351754071
Binary11100001011010111101101001100100011111011111101100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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