Html Css Color HEX #70AB71 Fern

📋 copy color: '#70AB71'

red 112 ◦ green 171 ◦ blue 113

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

Shades of Fern #70AB71

Tints of Fern #70AB71

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.18%

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

R = 28.28%
G = 43.18%
B = 28.54%

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

#70AB71 (or 0x70AB71) is known color: Fern. HEX triplet: 70, AB and 71. RGB value is (112,171,113). Sum of RGB (Red+Green+Blue) = 112+171+113=396 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.28% from 396); Green value is 171 (67.19% from 255 or 43.18% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 171 - color contains mainly: green. Hex color #70AB71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #70AB71 is #8F548E. Grayscale: #929292. Windows color (decimal): -9393295 or 7449456. OLE color: 7449456.

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

Color convert

RGB 112 171 113 -
CMYK 0.35 0 0.34 0.33
HSL 121.02º 0.26% 0.55% -
HSV(B) 121.02º 0.35% 0.67% -
XYZ 24.23 33.76 20.86 -
YUV 146.75 108.95 103.22 -
System Red Green Blue C M Y K H S L
Decimal 112 171 113 0.35 0 0.34 0.33 121.02 0.26 0.55
Hex 70 AB 71 23 0 22 21 79 1A 37
Octal 160 253 161 43 0 42 41 171 32 67
Binary 1110000 10101011 1110001 100011 0 100010 100001 1111001 11010 110111

Color Harmonies of #70AB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70AB71

Black with #70AB71

Text Example


Text Example

White with #70AB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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