#70C673

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

Shades of Fern #70C673

Tints of Fern #70C673

Color information

#70C673 (or 0x70C673) is unknown color: approx Fern. HEX triplet: 70, C6 and 73. RGB value is (112,198,115). Sum of RGB (Red+Green+Blue) = 112+198+115=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 198 (77.73% from 255 or 46.59% from 425); Blue value is 115 (45.31% from 255 or 27.06% from 425); Max value from RGB is 198 - color contains mainly: green. Hex color #70C673 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70C673 is #8F398C. Grayscale: #A3A3A3. Windows color (decimal): -9386381 or 7587440. OLE color: 7587440.

HSL color Cylindrical-coordinate representation of color #70C673: hue angle of 122.09º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C673 is Cyan = 0.43, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.

Color convert

RGB112198115-
CMYK0.4300.420.22
HSL122.09º43%60.78%-
HSV(B)122.09º43.43%77.65%-
XYZ29.9745.0723.34-
YUV162.82101.0191.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 26.35%
GREEN value IS 198 (77.73% from 255) = 46.59%
BLUE value IS 115 (45.31% from 255) = 27.06%
R=26.35%
G=46.59%
B=27.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1121981150.4300.420.22122.094360.78
Hex70C6732B02A167a2b3d
Octal16030616353052261725375
Binary11100001100011011100111010110101010101101111010101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70C673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,198,115); }

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

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

 a { background-color: rgb(112,198,115); }

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

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

 span { border-color: rgb(112,198,115); }

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