Html Css Color HEX #70BB71 Fern

📋 copy color: '#70BB71'

red 112 ◦ green 187 ◦ blue 113

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

Shades of Fern #70BB71

Tints of Fern #70BB71

RGB

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

 GREEN value IS 187 (73.44% from 255) = 45.39%

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

R = 27.18%
G = 45.39%
B = 27.43%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.40

 K value IS 0.27

RGB Variations

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

Color information

#70BB71 (or 0x70BB71) is known color: Fern. HEX triplet: 70, BB and 71. RGB value is (112,187,113). Sum of RGB (Red+Green+Blue) = 112+187+113=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 187 (73.44% from 255 or 45.39% from 412); Blue value is 113 (44.53% from 255 or 27.43% from 412); Max value from RGB is 187 - color contains mainly: green. Hex color #70BB71 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #70BB71 is #8F448E. Grayscale: #9C9C9C. Windows color (decimal): -9389199 or 7453552. OLE color: 7453552.

HSL color Cylindrical-coordinate representation of color #70BB71: hue angle of 120.8º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BB71 is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 187 113 -
CMYK 0.40 0 0.40 0.27
HSL 120.8º 0.36% 0.59% -
HSV(B) 120.8º 0.4% 0.73% -
XYZ 27.43 40.18 21.93 -
YUV 156.14 103.65 96.52 -
System Red Green Blue C M Y K H S L
Decimal 112 187 113 0.40 0 0.40 0.27 120.8 0.36 0.59
Hex 70 BB 71 28 0 28 1B 79 24 3B
Octal 160 273 161 50 0 50 33 171 44 73
Binary 1110000 10111011 1110001 101000 0 101000 11011 1111001 100100 111011

Color Harmonies of #70BB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70BB71

Black with #70BB71

Text Example


Text Example

White with #70BB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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