#70A86D

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

Shades of Fern #70A86D

Tints of Fern #70A86D

Color information

#70A86D (or 0x70A86D) is unknown color: approx Fern. HEX triplet: 70, A8 and 6D. RGB value is (112,168,109). Sum of RGB (Red+Green+Blue) = 112+168+109=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 168 (66.02% from 255 or 43.19% from 389); Blue value is 109 (42.97% from 255 or 28.02% from 389); Max value from RGB is 168 - color contains mainly: green. Hex color #70A86D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70A86D is #8F5792. Grayscale: #909090. Windows color (decimal): -9394067 or 7186544. OLE color: 7186544.

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

Color convert

RGB112168109-
CMYK0.3300.350.34
HSL116.95º25.32%54.31%-
HSV(B)116.95º35.12%65.88%-
XYZ23.4532.5519.52-
YUV144.53107.95104.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 168 (66.02% from 255) = 43.19%
BLUE value IS 109 (42.97% from 255) = 28.02%
R=28.79%
G=43.19%
B=28.02%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1121681090.3300.350.34116.9525.3254.31
Hex70A86D2102322751936
Octal16025015541043421653166
Binary11100001010100011011011000010100011100010111010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70A86D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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