#71B27A

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

Shades of Fern #71B27A

Tints of Fern #71B27A

Color information

#71B27A (or 0x71B27A) is unknown color: approx Fern. HEX triplet: 71, B2 and 7A. RGB value is (113,178,122). Sum of RGB (Red+Green+Blue) = 113+178+122=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #71B27A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B27A is #8E4D85. Grayscale: #989898. Windows color (decimal): -9325958 or 8041073. OLE color: 8041073.

HSL color Cylindrical-coordinate representation of color #71B27A: hue angle of 128.31º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B27A is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB113178122-
CMYK0.3700.310.30
HSL128.31º29.68%57.06%-
HSV(B)128.31º36.52%69.8%-
XYZ26.2436.7624.12-
YUV152.18110.97100.05-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.36%
GREEN value IS 178 (69.92% from 255) = 43.10%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=27.36%
G=43.10%
B=29.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1131781220.3700.310.30128.3129.6857.06
Hex71B27A2501F1E801e39
Octal16126217245037362003671
Binary1110001101100101111010100101011111111101000000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #71B27A;
 }
 .AnyTagClassName
 {
   color: #71B27A;
 }
</style>
background-color css

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

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

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

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

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

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