#70AF73

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

Shades of Fern #70AF73

Tints of Fern #70AF73

Color information

#70AF73 (or 0x70AF73) is unknown color: approx Fern. HEX triplet: 70, AF and 73. RGB value is (112,175,115). Sum of RGB (Red+Green+Blue) = 112+175+115=402 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.86% from 402); Green value is 175 (68.75% from 255 or 43.53% from 402); Blue value is 115 (45.31% from 255 or 28.61% from 402); Max value from RGB is 175 - color contains mainly: green. Hex color #70AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AF73 is #8F508C. Grayscale: #959595. Windows color (decimal): -9392269 or 7581552. OLE color: 7581552.

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

Color convert

RGB112175115-
CMYK0.3600.340.31
HSL122.86º28.25%56.27%-
HSV(B)122.86º36%68.63%-
XYZ25.1135.3421.72-
YUV149.32108.63101.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.86%
GREEN value IS 175 (68.75% from 255) = 43.53%
BLUE value IS 115 (45.31% from 255) = 28.61%
R=27.86%
G=43.53%
B=28.61%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1121751150.3600.340.31122.8628.2556.27
Hex70AF73240221F7b1c38
Octal16025716344042371733470
Binary1110000101011111110011100100010001011111111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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