#71BD6D

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

Shades of Fern #71BD6D

Tints of Fern #71BD6D

Color information

#71BD6D (or 0x71BD6D) is unknown color: approx Fern. HEX triplet: 71, BD and 6D. RGB value is (113,189,109). Sum of RGB (Red+Green+Blue) = 113+189+109=411 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.49% from 411); Green value is 189 (74.22% from 255 or 45.99% from 411); Blue value is 109 (42.97% from 255 or 26.52% from 411); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD6D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD6D is #8E4292. Grayscale: #9D9D9D. Windows color (decimal): -9323155 or 7191921. OLE color: 7191921.

HSL color Cylindrical-coordinate representation of color #71BD6D: hue angle of 117º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #71BD6D is Cyan = 0.40, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB113189109-
CMYK0.4000.420.26
HSL117º37.74%58.43%-
HSV(B)117º42.33%74.12%-
XYZ27.7741.0120.92-
YUV157.16100.8296.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.49%
GREEN value IS 189 (74.22% from 255) = 45.99%
BLUE value IS 109 (42.97% from 255) = 26.52%
R=27.49%
G=45.99%
B=26.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131891090.4000.420.2611737.7458.43
Hex71BD6D2802A1A75263a
Octal16127515550052321654672
Binary11100011011110111011011010000101010110101110101100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,189,109); }

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

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

 a { background-color: rgb(113,189,109); }

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

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

 span { border-color: rgb(113,189,109); }

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