#70C174

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

Shades of Fern #70C174

Tints of Fern #70C174

Color information

#70C174 (or 0x70C174) is unknown color: approx Fern. HEX triplet: 70, C1 and 74. RGB value is (112,193,116). Sum of RGB (Red+Green+Blue) = 112+193+116=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 193 (75.78% from 255 or 45.84% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 193 - color contains mainly: green. Hex color #70C174 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C174 is #8F3E8B. Grayscale: #A0A0A0. Windows color (decimal): -9387660 or 7651696. OLE color: 7651696.

HSL color Cylindrical-coordinate representation of color #70C174: hue angle of 122.96º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70C174 is Cyan = 0.42, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.

Color convert

RGB112193116-
CMYK0.4200.400.24
HSL122.96º39.51%59.8%-
HSV(B)122.96º41.97%75.69%-
XYZ28.942.8523.27-
YUV160103.1693.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.60%
GREEN value IS 193 (75.78% from 255) = 45.84%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=26.60%
G=45.84%
B=27.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1121931160.4200.400.24122.9639.5159.8
Hex70C1742A028187b283c
Octal16030116452050301735074
Binary11100001100000111101001010100101000110001111011101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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