Html Css Color HEX #70AA70 Fern

📋 copy color: '#70AA70'

red 112 ◦ green 170 ◦ blue 112

#70AA70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern #70AA70

Tints of Fern #70AA70

RGB

 RED value IS 112 (44.14% from 255) = 28.43%

 GREEN value IS 170 (66.8% 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 value IS 0.34

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#70AA70 (or 0x70AA70) is known color: 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

RGB 112 170 112 -
CMYK 0.34 0 0.34 0.33
HSL 120º 0.25% 0.55% -
HSV(B) 120º 0.34% 0.67% -
XYZ 23.98 33.36 20.51 -
YUV 146.05 108.78 103.72 -
System Red Green Blue C M Y K H S L
Decimal 112 170 112 0.34 0 0.34 0.33 120 0.25 0.55
Hex 70 AA 70 22 0 22 21 78 19 37
Octal 160 252 160 42 0 42 41 170 31 67
Binary 1110000 10101010 1110000 100010 0 100010 100001 1111000 11001 110111

Color Harmonies of #70AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA70

Black with #70AA70

Text Example


Text Example

White with #70AA70

Text Example


Text Example

HTML Codes & Css Web 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>