Html Css Color HEX #70AC71 Fern

📋 copy color: '#70AC71'

red 112 ◦ green 172 ◦ blue 113

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

Shades of Fern #70AC71

Tints of Fern #70AC71

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.32%

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

R = 28.21%
G = 43.32%
B = 28.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#70AC71 (or 0x70AC71) is known color: Fern. HEX triplet: 70, AC and 71. RGB value is (112,172,113). Sum of RGB (Red+Green+Blue) = 112+172+113=397 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.21% from 397); Green value is 172 (67.58% from 255 or 43.32% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 172 - color contains mainly: green. Hex color #70AC71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AC71 is #8F538E. Grayscale: #939393. Windows color (decimal): -9393039 or 7449712. OLE color: 7449712.

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

Color convert

RGB 112 172 113 -
CMYK 0.35 0 0.34 0.33
HSL 121º 0.27% 0.56% -
HSV(B) 121º 0.35% 0.67% -
XYZ 24.42 34.14 20.93 -
YUV 147.33 108.62 102.8 -
System Red Green Blue C M Y K H S L
Decimal 112 172 113 0.35 0 0.34 0.33 121 0.27 0.56
Hex 70 AC 71 23 0 22 21 79 1B 38
Octal 160 254 161 43 0 42 41 171 33 70
Binary 1110000 10101100 1110001 100011 0 100010 100001 1111001 11011 111000

Color Harmonies of #70AC71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AC71

Black with #70AC71

Text Example


Text Example

White with #70AC71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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