#71BB75

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

Shades of Fern #71BB75

Tints of Fern #71BB75

Color information

#71BB75 (or 0x71BB75) is unknown color: approx Fern. HEX triplet: 71, BB and 75. RGB value is (113,187,117). Sum of RGB (Red+Green+Blue) = 113+187+117=417 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.10% from 417); Green value is 187 (73.44% from 255 or 44.84% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 187 - color contains mainly: green. Hex color #71BB75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BB75 is #8E448A. Grayscale: #9D9D9D. Windows color (decimal): -9323659 or 7715697. OLE color: 7715697.

HSL color Cylindrical-coordinate representation of color #71BB75: hue angle of 123.24º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71BB75 is Cyan = 0.40, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB113187117-
CMYK0.4000.370.27
HSL123.24º35.24%58.82%-
HSV(B)123.24º39.57%73.33%-
XYZ27.7940.3423.15-
YUV156.89105.4896.69-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.10%
GREEN value IS 187 (73.44% from 255) = 44.84%
BLUE value IS 117 (46.09% from 255) = 28.06%
R=27.10%
G=44.84%
B=28.06%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131871170.4000.370.27123.2435.2458.82
Hex71BB75280251B7b233b
Octal16127316550045331734373
Binary11100011011101111101011010000100101110111111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BB75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,187,117); }

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

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

 a { background-color: rgb(113,187,117); }

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

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

 span { border-color: rgb(113,187,117); }

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