Html Css Color HEX #71B16A Fern

📋 copy color: '#71B16A'

red 113 ◦ green 177 ◦ blue 106

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

Shades of Fern #71B16A

Tints of Fern #71B16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.77%

R = 28.54%
G = 44.7%
B = 26.77%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#71B16A (or 0x71B16A) is known color: Fern. HEX triplet: 71, B1 and 6A. RGB value is (113,177,106). Sum of RGB (Red+Green+Blue) = 113+177+106=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 106 (41.80% from 255 or 26.77% from 396); Max value from RGB is 177 - color contains mainly: green. Hex color #71B16A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B16A is #8E4E95. Grayscale: #959595. Windows color (decimal): -9326230 or 6992241. OLE color: 6992241.

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

Color convert

RGB 113 177 106 -
CMYK 0.36 0 0.40 0.31
HSL 114.08º 0.31% 0.55% -
HSV(B) 114.08º 0.4% 0.69% -
XYZ 25.13 36 19.26 -
YUV 149.77 103.3 101.77 -
System Red Green Blue C M Y K H S L
Decimal 113 177 106 0.36 0 0.40 0.31 114.08 0.31 0.55
Hex 71 B1 6A 24 0 28 1F 72 1F 37
Octal 161 261 152 44 0 50 37 162 37 67
Binary 1110001 10110001 1101010 100100 0 101000 11111 1110010 11111 110111

Color Harmonies of #71B16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B16A

Black with #71B16A

Text Example


Text Example

White with #71B16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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