#70BA71

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

Shades of Fern #70BA71

Tints of Fern #70BA71

Color information

#70BA71 (or 0x70BA71) is unknown color: approx Fern. HEX triplet: 70, BA and 71. RGB value is (112,186,113). Sum of RGB (Red+Green+Blue) = 112+186+113=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 186 (73.05% from 255 or 45.26% from 411); Blue value is 113 (44.53% from 255 or 27.49% from 411); Max value from RGB is 186 - color contains mainly: green. Hex color #70BA71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BA71 is #8F458E. Grayscale: #9B9B9B. Windows color (decimal): -9389455 or 7453296. OLE color: 7453296.

HSL color Cylindrical-coordinate representation of color #70BA71: hue angle of 120.81º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BA71 is Cyan = 0.40, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.27.

Color convert

RGB112186113-
CMYK0.4000.390.27
HSL120.81º34.91%58.43%-
HSV(B)120.81º39.78%72.94%-
XYZ27.2239.7521.86-
YUV155.55103.9896.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 186 (73.05% from 255) = 45.26%
BLUE value IS 113 (44.53% from 255) = 27.49%
R=27.25%
G=45.26%
B=27.49%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121861130.4000.390.27120.8134.9158.43
Hex70BA71280271B79233a
Octal16027216150047331714372
Binary11100001011101011100011010000100111110111111001100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70BA71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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