#70AE69

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

Shades of Fern #70AE69

Tints of Fern #70AE69

Color information

#70AE69 (or 0x70AE69) is unknown color: approx Fern. HEX triplet: 70, AE and 69. RGB value is (112,174,105). Sum of RGB (Red+Green+Blue) = 112+174+105=391 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.64% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 105 (41.41% from 255 or 26.85% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #70AE69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AE69 is #8F5196. Grayscale: #939393. Windows color (decimal): -9392535 or 6925936. OLE color: 6925936.

HSL color Cylindrical-coordinate representation of color #70AE69: hue angle of 113.91º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70AE69 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.32.

Color convert

RGB112174105-
CMYK0.3600.400.32
HSL113.91º29.87%54.71%-
HSV(B)113.91º39.66%68.24%-
XYZ24.3734.7418.79-
YUV147.6103.96102.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.64%
GREEN value IS 174 (68.36% from 255) = 44.50%
BLUE value IS 105 (41.41% from 255) = 26.85%
R=28.64%
G=44.50%
B=26.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121741050.3600.400.32113.9129.8754.71
Hex70AE692402820721e37
Octal16025615144050401623667
Binary11100001010111011010011001000101000100000111001011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AE69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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