#70B677

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

Shades of Fern #70B677

Tints of Fern #70B677

Color information

#70B677 (or 0x70B677) is unknown color: approx Fern. HEX triplet: 70, B6 and 77. RGB value is (112,182,119). Sum of RGB (Red+Green+Blue) = 112+182+119=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 119 (46.88% from 255 or 28.81% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #70B677 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70B677 is #8F4988. Grayscale: #9A9A9A. Windows color (decimal): -9390473 or 7845488. OLE color: 7845488.

HSL color Cylindrical-coordinate representation of color #70B677: hue angle of 126º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70B677 is Cyan = 0.38, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB112182119-
CMYK0.3800.350.29
HSL126º32.41%57.65%-
HSV(B)126º38.46%71.37%-
XYZ26.7438.2323.42-
YUV153.89108.3198.12-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.12%
GREEN value IS 182 (71.48% from 255) = 44.07%
BLUE value IS 119 (46.88% from 255) = 28.81%
R=27.12%
G=44.07%
B=28.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1121821190.3800.350.2912632.4157.65
Hex70B677260231D7e203a
Octal16026616746043351764072
Binary11100001011011011101111001100100011111011111110100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70B677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,182,119); }

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

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

 a { background-color: rgb(112,182,119); }

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

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

 span { border-color: rgb(112,182,119); }

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