#71B96E

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

Shades of Fern #71B96E

Tints of Fern #71B96E

Color information

#71B96E (or 0x71B96E) is unknown color: approx Fern. HEX triplet: 71, B9 and 6E. RGB value is (113,185,110). Sum of RGB (Red+Green+Blue) = 113+185+110=408 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.70% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 110 (43.36% from 255 or 26.96% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #71B96E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B96E is #8E4691. Grayscale: #9B9B9B. Windows color (decimal): -9324178 or 7256433. OLE color: 7256433.

HSL color Cylindrical-coordinate representation of color #71B96E: hue angle of 117.6º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #71B96E is Cyan = 0.39, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB113185110-
CMYK0.3900.410.27
HSL117.6º34.88%57.84%-
HSV(B)117.6º40.54%72.55%-
XYZ26.9739.3320.92-
YUV154.92102.6598.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.70%
GREEN value IS 185 (72.66% from 255) = 45.34%
BLUE value IS 110 (43.36% from 255) = 26.96%
R=27.70%
G=45.34%
B=26.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131851100.3900.410.27117.634.8857.84
Hex71B96E270291B76233a
Octal16127115647051331664372
Binary11100011011100111011101001110101001110111110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,185,110); }

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

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

 a { background-color: rgb(113,185,110); }

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

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

 span { border-color: rgb(113,185,110); }

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