#71B073

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

Shades of Fern #71B073

Tints of Fern #71B073

Color information

#71B073 (or 0x71B073) is unknown color: approx Fern. HEX triplet: 71, B0 and 73. RGB value is (113,176,115). Sum of RGB (Red+Green+Blue) = 113+176+115=404 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.97% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 115 (45.31% from 255 or 28.47% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #71B073 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71B073 is #8E4F8C. Grayscale: #969696. Windows color (decimal): -9326477 or 7581809. OLE color: 7581809.

HSL color Cylindrical-coordinate representation of color #71B073: hue angle of 121.9º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71B073 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB113176115-
CMYK0.3600.350.31
HSL121.9º28.51%56.67%-
HSV(B)121.9º35.8%69.02%-
XYZ25.4335.821.79-
YUV150.21108.13101.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.97%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 115 (45.31% from 255) = 28.47%
R=27.97%
G=43.56%
B=28.47%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131761150.3600.350.31121.928.5156.67
Hex71B073240231F7a1d39
Octal16126016344043371723571
Binary1110001101100001110011100100010001111111111101011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,176,115); }

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

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

 a { background-color: rgb(113,176,115); }

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

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

 span { border-color: rgb(113,176,115); }

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