Html Css Color HEX #70AA71 Fern

📋 copy color: '#70AA71'

red 112 ◦ green 170 ◦ blue 113

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

Shades of Fern #70AA71

Tints of Fern #70AA71

RGB

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

 GREEN value IS 170 (66.8% from 255) = 43.04%

 BLUE value IS 113 (44.53% from 255) = 28.61%

R = 28.35%
G = 43.04%
B = 28.61%

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

#70AA71 (or 0x70AA71) is known color: Fern. HEX triplet: 70, AA and 71. RGB value is (112,170,113). Sum of RGB (Red+Green+Blue) = 112+170+113=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 170 (66.80% from 255 or 43.04% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 170 - color contains mainly: green. Hex color #70AA71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AA71 is #8F558E. Grayscale: #929292. Windows color (decimal): -9393551 or 7449200. OLE color: 7449200.

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

Color convert

RGB 112 170 113 -
CMYK 0.34 0 0.34 0.33
HSL 121.03º 0.25% 0.55% -
HSV(B) 121.03º 0.34% 0.67% -
XYZ 24.04 33.39 20.8 -
YUV 146.16 109.28 103.63 -
System Red Green Blue C M Y K H S L
Decimal 112 170 113 0.34 0 0.34 0.33 121.03 0.25 0.55
Hex 70 AA 71 22 0 22 21 79 19 37
Octal 160 252 161 42 0 42 41 171 31 67
Binary 1110000 10101010 1110001 100010 0 100010 100001 1111001 11001 110111

Color Harmonies of #70AA71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AA71

Black with #70AA71

Text Example


Text Example

White with #70AA71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #70AA71;
 }
 .AnyTagClassName
 {
   color: #70AA71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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