#70A96D

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

Shades of Fern #70A96D

Tints of Fern #70A96D

Color information

#70A96D (or 0x70A96D) is unknown color: approx Fern. HEX triplet: 70, A9 and 6D. RGB value is (112,169,109). Sum of RGB (Red+Green+Blue) = 112+169+109=390 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.72% from 390); Green value is 169 (66.41% from 255 or 43.33% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 169 - color contains mainly: green. Hex color #70A96D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A96D is #8F5692. Grayscale: #919191. Windows color (decimal): -9393811 or 7186800. OLE color: 7186800.

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

Color convert

RGB112169109-
CMYK0.3400.360.34
HSL117º25.86%54.51%-
HSV(B)117º35.5%66.27%-
XYZ23.6332.9219.58-
YUV145.12107.62104.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.72%
GREEN value IS 169 (66.41% from 255) = 43.33%
BLUE value IS 109 (42.97% from 255) = 27.95%
R=28.72%
G=43.33%
B=27.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121691090.3400.360.3411725.8654.51
Hex70A96D2202422751a37
Octal16025115542044421653267
Binary11100001010100111011011000100100100100010111010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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