#70AE73

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

Shades of Fern #70AE73

Tints of Fern #70AE73

Color information

#70AE73 (or 0x70AE73) is unknown color: approx Fern. HEX triplet: 70, AE and 73. RGB value is (112,174,115). Sum of RGB (Red+Green+Blue) = 112+174+115=401 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.93% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 115 (45.31% from 255 or 28.68% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE73 is #8F518C. Grayscale: #949494. Windows color (decimal): -9392525 or 7581296. OLE color: 7581296.

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

Color convert

RGB112174115-
CMYK0.3600.340.32
HSL122.9º27.68%56.08%-
HSV(B)122.9º35.63%68.24%-
XYZ24.9134.9521.65-
YUV148.74108.96101.8-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.93%
GREEN value IS 174 (68.36% from 255) = 43.39%
BLUE value IS 115 (45.31% from 255) = 28.68%
R=27.93%
G=43.39%
B=28.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741150.3600.340.32122.927.6856.08
Hex70AE7324022207b1c38
Octal16025616344042401733470
Binary11100001010111011100111001000100010100000111101111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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