#71BD6B

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

Shades of Fern #71BD6B

Tints of Fern #71BD6B

Color information

#71BD6B (or 0x71BD6B) is unknown color: approx Fern. HEX triplet: 71, BD and 6B. RGB value is (113,189,107). Sum of RGB (Red+Green+Blue) = 113+189+107=409 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.63% from 409); Green value is 189 (74.22% from 255 or 46.21% from 409); Blue value is 107 (42.19% from 255 or 26.16% from 409); Max value from RGB is 189 - color contains mainly: green. Hex color #71BD6B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BD6B is #8E4294. Grayscale: #9D9D9D. Windows color (decimal): -9323157 or 7060849. OLE color: 7060849.

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

Color convert

RGB113189107-
CMYK0.4000.430.26
HSL115.61º38.32%58.04%-
HSV(B)115.61º43.39%74.12%-
XYZ27.6640.9720.36-
YUV156.9399.8296.67-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.63%
GREEN value IS 189 (74.22% from 255) = 46.21%
BLUE value IS 107 (42.19% from 255) = 26.16%
R=27.63%
G=46.21%
B=26.16%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1131891070.4000.430.26115.6138.3258.04
Hex71BD6B2802B1A74263a
Octal16127515350053321644672
Binary11100011011110111010111010000101011110101110100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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