#71BA78

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

Shades of Fern #71BA78

Tints of Fern #71BA78

Color information

#71BA78 (or 0x71BA78) is unknown color: approx Fern. HEX triplet: 71, BA and 78. RGB value is (113,186,120). Sum of RGB (Red+Green+Blue) = 113+186+120=419 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.97% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 120 (47.27% from 255 or 28.64% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #71BA78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71BA78 is #8E4587. Grayscale: #9C9C9C. Windows color (decimal): -9323912 or 7912049. OLE color: 7912049.

HSL color Cylindrical-coordinate representation of color #71BA78: hue angle of 125.75º 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 #71BA78 is Cyan = 0.39, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB113186120-
CMYK0.3900.350.27
HSL125.75º34.6%58.63%-
HSV(B)125.75º39.25%72.94%-
XYZ27.7639.9824.02-
YUV156.65107.3296.87-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.97%
GREEN value IS 186 (73.05% from 255) = 44.39%
BLUE value IS 120 (47.27% from 255) = 28.64%
R=26.97%
G=44.39%
B=28.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131861200.3900.350.27125.7534.658.63
Hex71BA78270231B7e233b
Octal16127217047043331764373
Binary11100011011101011110001001110100011110111111110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71BA78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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