#71B46B

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

Shades of Fern #71B46B

Tints of Fern #71B46B

Color information

#71B46B (or 0x71B46B) is unknown color: approx Fern. HEX triplet: 71, B4 and 6B. RGB value is (113,180,107). Sum of RGB (Red+Green+Blue) = 113+180+107=400 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.25% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 107 (42.19% from 255 or 26.75% from 400); Max value from RGB is 180 - color contains mainly: green. Hex color #71B46B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B46B is #8E4B94. Grayscale: #979797. Windows color (decimal): -9325461 or 7058545. OLE color: 7058545.

HSL color Cylindrical-coordinate representation of color #71B46B: hue angle of 115.07º degrees, saturation: 0.33, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71B46B is Cyan = 0.37, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB113180107-
CMYK0.3700.410.29
HSL115.07º32.74%56.27%-
HSV(B)115.07º40.56%70.59%-
XYZ25.7937.2119.73-
YUV151.65102.8100.44-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.25%
GREEN value IS 180 (70.70% from 255) = 45%
BLUE value IS 107 (42.19% from 255) = 26.75%
R=28.25%
G=45%
B=26.75%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801070.3700.410.29115.0732.7456.27
Hex71B46B250291D732138
Octal16126415345051351634170
Binary11100011011010011010111001010101001111011110011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,180,107); }

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

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

 a { background-color: rgb(113,180,107); }

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

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

 span { border-color: rgb(113,180,107); }

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