#71AE6B

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

Shades of Fern #71AE6B

Tints of Fern #71AE6B

Color information

#71AE6B (or 0x71AE6B) is unknown color: approx Fern. HEX triplet: 71, AE and 6B. RGB value is (113,174,107). Sum of RGB (Red+Green+Blue) = 113+174+107=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 107 (42.19% from 255 or 27.16% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #71AE6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #71AE6B is #8E5194. Grayscale: #949494. Windows color (decimal): -9326997 or 7057009. OLE color: 7057009.

HSL color Cylindrical-coordinate representation of color #71AE6B: hue angle of 114.63º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #71AE6B is Cyan = 0.35, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB113174107-
CMYK0.3500.390.32
HSL114.63º29.26%55.1%-
HSV(B)114.63º38.51%68.24%-
XYZ24.634.8419.34-
YUV148.12104.79102.95-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.68%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 107 (42.19% from 255) = 27.16%
R=28.68%
G=44.16%
B=27.16%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131741070.3500.390.32114.6329.2655.1
Hex71AE6B2302720731d37
Octal16125615343047401633567
Binary11100011010111011010111000110100111100000111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71AE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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