#70B97E

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

Shades of Fern #70B97E

Tints of Fern #70B97E

Color information

#70B97E (or 0x70B97E) is unknown color: approx Fern. HEX triplet: 70, B9 and 7E. RGB value is (112,185,126). Sum of RGB (Red+Green+Blue) = 112+185+126=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 126 (49.61% from 255 or 29.79% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #70B97E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B97E is #8F4681. Grayscale: #9C9C9C. Windows color (decimal): -9389698 or 8305008. OLE color: 8305008.

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

Color convert

RGB112185126-
CMYK0.3900.320.27
HSL131.51º34.27%58.24%-
HSV(B)131.51º39.46%72.55%-
XYZ27.839.6525.93-
YUV156.45110.8296.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.48%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 126 (49.61% from 255) = 29.79%
R=26.48%
G=43.74%
B=29.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121851260.3900.320.27131.5134.2758.24
Hex70B97E270201B84223a
Octal16027117647040332044272
Binary111000010111001111111010011101000001101110000100100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B97E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,185,126); }

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

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

 a { background-color: rgb(112,185,126); }

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

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

 span { border-color: rgb(112,185,126); }

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