#71AC6B

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

Shades of Fern #71AC6B

Tints of Fern #71AC6B

Color information

#71AC6B (or 0x71AC6B) is unknown color: approx Fern. HEX triplet: 71, AC and 6B. RGB value is (113,172,107). Sum of RGB (Red+Green+Blue) = 113+172+107=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 172 (67.58% from 255 or 43.88% from 392); Blue value is 107 (42.19% from 255 or 27.30% from 392); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AC6B is #8E5394. Grayscale: #939393. Windows color (decimal): -9327509 or 7056497. OLE color: 7056497.

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

Color convert

RGB113172107-
CMYK0.3400.380.33
HSL114.46º28.14%54.71%-
HSV(B)114.46º37.79%67.45%-
XYZ24.2234.0819.21-
YUV146.95105.45103.79-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 172 (67.58% from 255) = 43.88%
BLUE value IS 107 (42.19% from 255) = 27.30%
R=28.83%
G=43.88%
B=27.30%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131721070.3400.380.33114.4628.1454.71
Hex71AC6B2202621721c37
Octal16125415342046411623467
Binary11100011010110011010111000100100110100001111001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AC6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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