#70A971

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

Shades of Fern #70A971

Tints of Fern #70A971

Color information

#70A971 (or 0x70A971) is unknown color: approx Fern. HEX triplet: 70, A9 and 71. RGB value is (112,169,113). Sum of RGB (Red+Green+Blue) = 112+169+113=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 169 (66.41% from 255 or 42.89% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 169 - color contains mainly: green. Hex color #70A971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A971 is #8F568E. Grayscale: #919191. Windows color (decimal): -9393807 or 7448944. OLE color: 7448944.

HSL color Cylindrical-coordinate representation of color #70A971: hue angle of 121.05º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70A971 is Cyan = 0.34, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB112169113-
CMYK0.3400.330.34
HSL121.05º24.89%55.1%-
HSV(B)121.05º33.73%66.27%-
XYZ23.8533.0120.74-
YUV145.57109.62104.05-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 169 (66.41% from 255) = 42.89%
BLUE value IS 113 (44.53% from 255) = 28.68%
R=28.43%
G=42.89%
B=28.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121691130.3400.330.34121.0524.8955.1
Hex70A9712202122791937
Octal16025116142041421713167
Binary11100001010100111100011000100100001100010111100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,169,113); }

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

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

 a { background-color: rgb(112,169,113); }

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

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

 span { border-color: rgb(112,169,113); }

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