Html Css Color HEX #71B26A Fern

📋 copy color: '#71B26A'

red 113 ◦ green 178 ◦ blue 106

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

Shades of Fern #71B26A

Tints of Fern #71B26A

RGB

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

 GREEN value IS 178 (69.92% from 255) = 44.84%

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

R = 28.46%
G = 44.84%
B = 26.7%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#71B26A (or 0x71B26A) is known color: Fern. HEX triplet: 71, B2 and 6A. RGB value is (113,178,106). Sum of RGB (Red+Green+Blue) = 113+178+106=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 178 (69.92% from 255 or 44.84% from 397); Blue value is 106 (41.80% from 255 or 26.70% from 397); Max value from RGB is 178 - color contains mainly: green. Hex color #71B26A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B26A is #8E4D95. Grayscale: #969696. Windows color (decimal): -9325974 or 6992497. OLE color: 6992497.

HSL color Cylindrical-coordinate representation of color #71B26A: hue angle of 114.17º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71B26A is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 113 178 106 -
CMYK 0.37 0 0.40 0.30
HSL 114.17º 0.32% 0.56% -
HSV(B) 114.17º 0.4% 0.7% -
XYZ 25.33 36.39 19.32 -
YUV 150.36 102.97 101.35 -
System Red Green Blue C M Y K H S L
Decimal 113 178 106 0.37 0 0.40 0.30 114.17 0.32 0.56
Hex 71 B2 6A 25 0 28 1E 72 20 38
Octal 161 262 152 45 0 50 36 162 40 70
Binary 1110001 10110010 1101010 100101 0 101000 11110 1110010 100000 111000

Color Harmonies of #71B26A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71B26A

Black with #71B26A

Text Example


Text Example

White with #71B26A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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