#71B67D

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

Shades of Fern #71B67D

Tints of Fern #71B67D

Color information

#71B67D (or 0x71B67D) is unknown color: approx Fern. HEX triplet: 71, B6 and 7D. RGB value is (113,182,125). Sum of RGB (Red+Green+Blue) = 113+182+125=420 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.90% from 420); Green value is 182 (71.48% from 255 or 43.33% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 182 - color contains mainly: green. Hex color #71B67D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B67D is #8E4982. Grayscale: #9B9B9B. Windows color (decimal): -9324931 or 8238705. OLE color: 8238705.

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

Color convert

RGB113182125-
CMYK0.3800.310.29
HSL130.43º32.09%57.84%-
HSV(B)130.43º37.91%71.37%-
XYZ27.2438.4525.39-
YUV154.87111.1498.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.90%
GREEN value IS 182 (71.48% from 255) = 43.33%
BLUE value IS 125 (49.22% from 255) = 29.76%
R=26.90%
G=43.33%
B=29.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131821250.3800.310.29130.4332.0957.84
Hex71B67D2601F1D82203a
Octal16126617546037352024072
Binary11100011011011011111011001100111111110110000010100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B67D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,182,125); }

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

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

 a { background-color: rgb(113,182,125); }

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

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

 span { border-color: rgb(113,182,125); }

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