#71AC6F

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

Shades of Fern #71AC6F

Tints of Fern #71AC6F

Color information

#71AC6F (or 0x71AC6F) is unknown color: approx Fern. HEX triplet: 71, AC and 6F. RGB value is (113,172,111). Sum of RGB (Red+Green+Blue) = 113+172+111=396 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.54% from 396); Green value is 172 (67.58% from 255 or 43.43% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AC6F is #8E5390. Grayscale: #939393. Windows color (decimal): -9327505 or 7318641. OLE color: 7318641.

HSL color Cylindrical-coordinate representation of color #71AC6F: hue angle of 118.03º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #71AC6F is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.

Color convert

RGB113172111-
CMYK0.3400.350.33
HSL118.03º26.87%55.49%-
HSV(B)118.03º35.47%67.45%-
XYZ24.4334.1620.35-
YUV147.4107.45103.46-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.54%
GREEN value IS 172 (67.58% from 255) = 43.43%
BLUE value IS 111 (43.75% from 255) = 28.03%
R=28.54%
G=43.43%
B=28.03%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131721110.3400.350.33118.0326.8755.49
Hex71AC6F2202321761b37
Octal16125415742043411663367
Binary11100011010110011011111000100100011100001111011011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,172,111); }

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

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

 a { background-color: rgb(113,172,111); }

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

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

 span { border-color: rgb(113,172,111); }

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