#70B776

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

Shades of Fern #70B776

Tints of Fern #70B776

Color information

#70B776 (or 0x70B776) is unknown color: approx Fern. HEX triplet: 70, B7 and 76. RGB value is (112,183,118). Sum of RGB (Red+Green+Blue) = 112+183+118=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 118 (46.48% from 255 or 28.57% from 413); Max value from RGB is 183 - color contains mainly: green. Hex color #70B776 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B776 is #8F4889. Grayscale: #9A9A9A. Windows color (decimal): -9390218 or 7780208. OLE color: 7780208.

HSL color Cylindrical-coordinate representation of color #70B776: hue angle of 125.07º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #70B776 is Cyan = 0.39, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB112183118-
CMYK0.3900.360.28
HSL125.07º33.02%57.84%-
HSV(B)125.07º38.8%71.76%-
XYZ26.8938.6223.18-
YUV154.36107.4897.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 183 (71.88% from 255) = 44.31%
BLUE value IS 118 (46.48% from 255) = 28.57%
R=27.12%
G=44.31%
B=28.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1121831180.3900.360.28125.0733.0257.84
Hex70B776270241C7d213a
Octal16026716647044341754172
Binary11100001011011111101101001110100100111001111101100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,183,118); }

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

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

 a { background-color: rgb(112,183,118); }

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

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

 span { border-color: rgb(112,183,118); }

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