#70AA70

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

Shades of Fern #70AA70

Tints of Fern #70AA70

Color information

#70AA70 (or 0x70AA70) is unknown color: approx Fern. HEX triplet: 70, AA and 70. RGB value is (112,170,112). Sum of RGB (Red+Green+Blue) = 112+170+112=394 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.43% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA70 is #8F558F. Grayscale: #929292. Windows color (decimal): -9393552 or 7383664. OLE color: 7383664.

HSL color Cylindrical-coordinate representation of color #70AA70: hue angle of 120º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70AA70 is Cyan = 0.34, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB112170112-
CMYK0.3400.340.33
HSL120º25.44%55.29%-
HSV(B)120º34.12%66.67%-
XYZ23.9833.3620.51-
YUV146.05108.78103.72-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.43%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=28.43%
G=43.15%
B=28.43%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1121701120.3400.340.3312025.4455.29
Hex70AA702202221781937
Octal16025216042042411703167
Binary11100001010101011100001000100100010100001111100011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70AA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,170,112); }

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

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

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

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

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

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

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