#71B77C

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

Shades of Fern #71B77C

Tints of Fern #71B77C

Color information

#71B77C (or 0x71B77C) is unknown color: approx Fern. HEX triplet: 71, B7 and 7C. RGB value is (113,183,124). Sum of RGB (Red+Green+Blue) = 113+183+124=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 183 (71.88% from 255 or 43.57% from 420); Blue value is 124 (48.83% from 255 or 29.52% from 420); Max value from RGB is 183 - color contains mainly: green. Hex color #71B77C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B77C is #8E4883. Grayscale: #9B9B9B. Windows color (decimal): -9324676 or 8173425. OLE color: 8173425.

HSL color Cylindrical-coordinate representation of color #71B77C: hue angle of 129.43º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #71B77C is Cyan = 0.38, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB113183124-
CMYK0.3800.320.28
HSL129.43º32.71%58.04%-
HSV(B)129.43º38.25%71.76%-
XYZ27.3838.8325.12-
YUV155.34110.3197.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 183 (71.88% from 255) = 43.57%
BLUE value IS 124 (48.83% from 255) = 29.52%
R=26.90%
G=43.57%
B=29.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1131831240.3800.320.28129.4332.7158.04
Hex71B77C260201C81213a
Octal16126717446040342014172
Binary111000110110111111110010011001000001110010000001100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,183,124); }

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

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

 a { background-color: rgb(113,183,124); }

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

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

 span { border-color: rgb(113,183,124); }

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