#70AE75

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

Shades of Fern #70AE75

Tints of Fern #70AE75

Color information

#70AE75 (or 0x70AE75) is unknown color: approx Fern. HEX triplet: 70, AE and 75. RGB value is (112,174,117). Sum of RGB (Red+Green+Blue) = 112+174+117=403 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.79% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 117 (46.09% from 255 or 29.03% from 403); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE75 is #8F518A. Grayscale: #959595. Windows color (decimal): -9392523 or 7712368. OLE color: 7712368.

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

Color convert

RGB112174117-
CMYK0.3600.330.32
HSL124.84º27.68%56.08%-
HSV(B)124.84º35.63%68.24%-
XYZ25.033522.27-
YUV148.96109.96101.63-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.79%
GREEN value IS 174 (68.36% from 255) = 43.18%
BLUE value IS 117 (46.09% from 255) = 29.03%
R=27.79%
G=43.18%
B=29.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741170.3600.330.32124.8427.6856.08
Hex70AE7524021207d1c38
Octal16025616544041401753470
Binary11100001010111011101011001000100001100000111110111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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