#70AF78

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

Shades of Fern #70AF78

Tints of Fern #70AF78

Color information

#70AF78 (or 0x70AF78) is unknown color: approx Fern. HEX triplet: 70, AF and 78. RGB value is (112,175,120). Sum of RGB (Red+Green+Blue) = 112+175+120=407 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.52% from 407); Green value is 175 (68.75% from 255 or 43.00% from 407); Blue value is 120 (47.27% from 255 or 29.48% from 407); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF78 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF78 is #8F5087. Grayscale: #969696. Windows color (decimal): -9392264 or 7909232. OLE color: 7909232.

HSL color Cylindrical-coordinate representation of color #70AF78: hue angle of 127.62º 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 #70AF78 is Cyan = 0.36, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB112175120-
CMYK0.3600.310.31
HSL127.62º28.25%56.27%-
HSV(B)127.62º36%68.63%-
XYZ25.435.4623.28-
YUV149.89111.13100.97-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.52%
GREEN value IS 175 (68.75% from 255) = 43.00%
BLUE value IS 120 (47.27% from 255) = 29.48%
R=27.52%
G=43.00%
B=29.48%

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
Decimal1121751200.3600.310.31127.6228.2556.27
Hex70AF782401F1F801c38
Octal16025717044037372003470
Binary1110000101011111111000100100011111111111000000011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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