#70B164

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

Shades of Fern #70B164

Tints of Fern #70B164

Color information

#70B164 (or 0x70B164) is unknown color: approx Fern. HEX triplet: 70, B1 and 64. RGB value is (112,177,100). Sum of RGB (Red+Green+Blue) = 112+177+100=389 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.79% from 389); Green value is 177 (69.53% from 255 or 45.50% from 389); Blue value is 100 (39.45% from 255 or 25.71% from 389); Max value from RGB is 177 - color contains mainly: green. Hex color #70B164 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70B164 is #8F4E9B. Grayscale: #959595. Windows color (decimal): -9391772 or 6599024. OLE color: 6599024.

HSL color Cylindrical-coordinate representation of color #70B164: hue angle of 110.65º degrees, saturation: 0.33, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #70B164 is Cyan = 0.37, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB112177100-
CMYK0.3700.440.31
HSL110.65º33.05%54.31%-
HSV(B)110.65º43.5%69.41%-
XYZ24.735.8117.67-
YUV148.79100.47101.76-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.79%
GREEN value IS 177 (69.53% from 255) = 45.50%
BLUE value IS 100 (39.45% from 255) = 25.71%
R=28.79%
G=45.50%
B=25.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121771000.3700.440.31110.6533.0554.31
Hex70B1642502C1F6f2136
Octal16026114445054371574166
Binary11100001011000111001001001010101100111111101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,177,100); }

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

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

 a { background-color: rgb(112,177,100); }

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

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

 span { border-color: rgb(112,177,100); }

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