#71B26A

Color #71B26A Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #71B26A

Tints of Fern #71B26A

Color information

#71B26A (or 0x71B26A) is unknown color: approx 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

RGB113178106-
CMYK0.3700.400.30
HSL114.17º31.86%55.69%-
HSV(B)114.17º40.45%69.8%-
XYZ25.3336.3919.32-
YUV150.36102.97101.35-

RGB Variations

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

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.80% from 255) = 26.70%
R=28.46%
G=44.84%
B=26.70%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1131781060.3700.400.30114.1731.8655.69
Hex71B26A250281E722038
Octal16126215245050361624070
Binary11100011011001011010101001010101000111101110010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B26A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>