#70AD77

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

Shades of Fern #70AD77

Tints of Fern #70AD77

Color information

#70AD77 (or 0x70AD77) is unknown color: approx Fern. HEX triplet: 70, AD and 77. RGB value is (112,173,119). Sum of RGB (Red+Green+Blue) = 112+173+119=404 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.72% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 119 (46.88% from 255 or 29.46% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #70AD77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AD77 is #8F5288. Grayscale: #949494. Windows color (decimal): -9392777 or 7843184. OLE color: 7843184.

HSL color Cylindrical-coordinate representation of color #70AD77: hue angle of 126.89º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #70AD77 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB112173119-
CMYK0.3500.310.32
HSL126.89º27.11%55.88%-
HSV(B)126.89º35.26%67.84%-
XYZ24.9634.6622.83-
YUV148.6111.29101.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.72%
GREEN value IS 173 (67.97% from 255) = 42.82%
BLUE value IS 119 (46.88% from 255) = 29.46%
R=27.72%
G=42.82%
B=29.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121731190.3500.310.32126.8927.1155.88
Hex70AD772301F207f1b38
Octal16025516743037401773370
Binary1110000101011011110111100011011111100000111111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AD77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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