#70AD6D

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

Shades of Fern #70AD6D

Tints of Fern #70AD6D

Color information

#70AD6D (or 0x70AD6D) is unknown color: approx Fern. HEX triplet: 70, AD and 6D. RGB value is (112,173,109). Sum of RGB (Red+Green+Blue) = 112+173+109=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 173 (67.97% from 255 or 43.91% from 394); Blue value is 109 (42.97% from 255 or 27.66% from 394); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD6D is #8F5292. Grayscale: #939393. Windows color (decimal): -9392787 or 7187824. OLE color: 7187824.

HSL color Cylindrical-coordinate representation of color #70AD6D: hue angle of 117.19º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70AD6D is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.32.

Color convert

RGB112173109-
CMYK0.3500.370.32
HSL117.19º28.07%55.29%-
HSV(B)117.19º36.99%67.84%-
XYZ24.3934.4419.83-
YUV147.46106.29102.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 173 (67.97% from 255) = 43.91%
BLUE value IS 109 (42.97% from 255) = 27.66%
R=28.43%
G=43.91%
B=27.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121731090.3500.370.32117.1928.0755.29
Hex70AD6D2302520751c37
Octal16025515543045401653467
Binary11100001010110111011011000110100101100000111010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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