Html Css Color HEX #71B172 Fern

📋 copy color: '#71B172'

red 113 ◦ green 177 ◦ blue 114

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

Shades of Fern #71B172

Tints of Fern #71B172

RGB

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

 GREEN value IS 177 (69.53% from 255) = 43.81%

 BLUE value IS 114 (44.92% from 255) = 28.22%

R = 27.97%
G = 43.81%
B = 28.22%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#71B172 (or 0x71B172) is known color: Fern. HEX triplet: 71, B1 and 72. RGB value is (113,177,114). Sum of RGB (Red+Green+Blue) = 113+177+114=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 114 (44.92% from 255 or 28.22% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #71B172 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B172 is #8E4E8D. Grayscale: #969696. Windows color (decimal): -9326222 or 7516529. OLE color: 7516529.

HSL color Cylindrical-coordinate representation of color #71B172: hue angle of 120.94º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71B172 is Cyan = 0.36, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB 113 177 114 -
CMYK 0.36 0 0.36 0.31
HSL 120.94º 0.29% 0.57% -
HSV(B) 120.94º 0.36% 0.69% -
XYZ 25.57 36.17 21.55 -
YUV 150.68 107.3 101.12 -
System Red Green Blue C M Y K H S L
Decimal 113 177 114 0.36 0 0.36 0.31 120.94 0.29 0.57
Hex 71 B1 72 24 0 24 1F 79 1D 39
Octal 161 261 162 44 0 44 37 171 35 71
Binary 1110001 10110001 1110010 100100 0 100100 11111 1111001 11101 111001

Color Harmonies of #71B172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B172

Black with #71B172

Text Example


Text Example

White with #71B172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,177,114); }

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

background-color css

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

 a { background-color: rgb(113,177,114); }

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

border-color css

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

 span { border-color: rgb(113,177,114); }

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