#70B974

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

Shades of Fern #70B974

Tints of Fern #70B974

Color information

#70B974 (or 0x70B974) is unknown color: approx Fern. HEX triplet: 70, B9 and 74. RGB value is (112,185,116). Sum of RGB (Red+Green+Blue) = 112+185+116=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 185 (72.66% from 255 or 44.79% from 413); Blue value is 116 (45.70% from 255 or 28.09% from 413); Max value from RGB is 185 - color contains mainly: green. Hex color #70B974 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B974 is #8F468B. Grayscale: #9B9B9B. Windows color (decimal): -9389708 or 7649648. OLE color: 7649648.

HSL color Cylindrical-coordinate representation of color #70B974: hue angle of 123.29º 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 #70B974 is Cyan = 0.39, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB112185116-
CMYK0.3900.370.27
HSL123.29º34.27%58.24%-
HSV(B)123.29º39.46%72.55%-
XYZ27.1839.422.7-
YUV155.31105.8297.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 185 (72.66% from 255) = 44.79%
BLUE value IS 116 (45.70% from 255) = 28.09%
R=27.12%
G=44.79%
B=28.09%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1121851160.3900.370.27123.2934.2758.24
Hex70B974270251B7b223a
Octal16027116447045331734272
Binary11100001011100111101001001110100101110111111011100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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