#71BA75

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

Shades of Fern #71BA75

Tints of Fern #71BA75

Color information

#71BA75 (or 0x71BA75) is unknown color: approx Fern. HEX triplet: 71, BA and 75. RGB value is (113,186,117). Sum of RGB (Red+Green+Blue) = 113+186+117=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 186 (73.05% from 255 or 44.71% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA75 is #8E458A. Grayscale: #9C9C9C. Windows color (decimal): -9323915 or 7715441. OLE color: 7715441.

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

Color convert

RGB113186117-
CMYK0.3900.370.27
HSL123.29º34.6%58.63%-
HSV(B)123.29º39.25%72.94%-
XYZ27.5839.9123.08-
YUV156.31105.8297.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.16%
GREEN value IS 186 (73.05% from 255) = 44.71%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=27.16%
G=44.71%
B=28.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131861170.3900.370.27123.2934.658.63
Hex71BA75270251B7b233b
Octal16127216547045331734373
Binary11100011011101011101011001110100101110111111011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,186,117); }

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

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

 a { background-color: rgb(113,186,117); }

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

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

 span { border-color: rgb(113,186,117); }

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