#70AB71

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

Shades of Fern #70AB71

Tints of Fern #70AB71

Color information

#70AB71 (or 0x70AB71) is unknown color: approx Fern. HEX triplet: 70, AB and 71. RGB value is (112,171,113). Sum of RGB (Red+Green+Blue) = 112+171+113=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB71 is #8F548E. Grayscale: #929292. Windows color (decimal): -9393295 or 7449456. OLE color: 7449456.

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

Color convert

RGB112171113-
CMYK0.3500.340.33
HSL121.02º25.99%55.49%-
HSV(B)121.02º34.5%67.06%-
XYZ24.2333.7620.86-
YUV146.75108.95103.22-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.28%
GREEN value IS 171 (67.19% from 255) = 43.18%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=28.28%
G=43.18%
B=28.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121711130.3500.340.33121.0225.9955.49
Hex70AB712302221791a37
Octal16025316143042411713267
Binary11100001010101111100011000110100010100001111100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AB71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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