#71AC6C

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

Shades of Fern #71AC6C

Tints of Fern #71AC6C

Color information

#71AC6C (or 0x71AC6C) is unknown color: approx Fern. HEX triplet: 71, AC and 6C. RGB value is (113,172,108). Sum of RGB (Red+Green+Blue) = 113+172+108=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AC6C is #8E5393. Grayscale: #939393. Windows color (decimal): -9327508 or 7122033. OLE color: 7122033.

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

Color convert

RGB113172108-
CMYK0.3400.370.33
HSL115.31º27.83%54.9%-
HSV(B)115.31º37.21%67.45%-
XYZ24.2734.119.49-
YUV147.06105.95103.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.75%
GREEN value IS 172 (67.58% from 255) = 43.77%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=28.75%
G=43.77%
B=27.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131721080.3400.370.33115.3127.8354.9
Hex71AC6C2202521731c37
Octal16125415442045411633467
Binary11100011010110011011001000100100101100001111001111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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