#70AF79

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

Shades of Fern #70AF79

Tints of Fern #70AF79

Color information

#70AF79 (or 0x70AF79) is unknown color: approx Fern. HEX triplet: 70, AF and 79. RGB value is (112,175,121). Sum of RGB (Red+Green+Blue) = 112+175+121=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 175 (68.75% from 255 or 42.89% from 408); Blue value is 121 (47.66% from 255 or 29.66% from 408); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF79 is #8F5086. Grayscale: #969696. Windows color (decimal): -9392263 or 7974768. OLE color: 7974768.

HSL color Cylindrical-coordinate representation of color #70AF79: hue angle of 128.57º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #70AF79 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB112175121-
CMYK0.3600.310.31
HSL128.57º28.25%56.27%-
HSV(B)128.57º36%68.63%-
XYZ25.4635.4923.6-
YUV150.01111.63100.89-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.45%
GREEN value IS 175 (68.75% from 255) = 42.89%
BLUE value IS 121 (47.66% from 255) = 29.66%
R=27.45%
G=42.89%
B=29.66%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751210.3600.310.31128.5728.2556.27
Hex70AF792401F1F811c38
Octal16025717144037372013470
Binary1110000101011111111001100100011111111111000000111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,175,121); }

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

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

 a { background-color: rgb(112,175,121); }

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

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

 span { border-color: rgb(112,175,121); }

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