Html Css Color HEX #71B770 Fern

📋 copy color: '#71B770'

red 113 ◦ green 183 ◦ blue 112

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

Shades of Fern #71B770

Tints of Fern #71B770

RGB

 RED value IS 113 (44.53% from 255) = 27.7%

 GREEN value IS 183 (71.88% from 255) = 44.85%

 BLUE value IS 112 (44.14% from 255) = 27.45%

R = 27.7%
G = 44.85%
B = 27.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.39

 K value IS 0.28

RGB Variations

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

Color information

#71B770 (or 0x71B770) is known color: Fern. HEX triplet: 71, B7 and 70. RGB value is (113,183,112). Sum of RGB (Red+Green+Blue) = 113+183+112=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 183 (71.88% from 255 or 44.85% from 408); Blue value is 112 (44.14% from 255 or 27.45% from 408); Max value from RGB is 183 - color contains mainly: green. Hex color #71B770 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B770 is #8E488F. Grayscale: #9A9A9A. Windows color (decimal): -9324688 or 7386993. OLE color: 7386993.

HSL color Cylindrical-coordinate representation of color #71B770: hue angle of 119.15º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71B770 is Cyan = 0.38, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB 113 183 112 -
CMYK 0.38 0 0.39 0.28
HSL 119.15º 0.33% 0.58% -
HSV(B) 119.15º 0.39% 0.72% -
XYZ 26.67 38.55 21.36 -
YUV 153.98 104.31 98.77 -
System Red Green Blue C M Y K H S L
Decimal 113 183 112 0.38 0 0.39 0.28 119.15 0.33 0.58
Hex 71 B7 70 26 0 27 1C 77 21 3A
Octal 161 267 160 46 0 47 34 167 41 72
Binary 1110001 10110111 1110000 100110 0 100111 11100 1110111 100001 111010

Color Harmonies of #71B770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B770

Black with #71B770

Text Example


Text Example

White with #71B770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71B770; }

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

 H1.HeaderClassName
 {
   color: #71B770;
 }
 .AnyTagClassName
 {
   color: #71B770;
 }
</style>

background-color css

<style>
 a { background-color: #71B770; }

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

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

border-color css

<style>
 span { border-color: #71B770; }

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

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