#71B378

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

Shades of Fern #71B378

Tints of Fern #71B378

Color information

#71B378 (or 0x71B378) is unknown color: approx Fern. HEX triplet: 71, B3 and 78. RGB value is (113,179,120). Sum of RGB (Red+Green+Blue) = 113+179+120=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 179 (70.31% from 255 or 43.45% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 179 - color contains mainly: green. Hex color #71B378 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B378 is #8E4C87. Grayscale: #989898. Windows color (decimal): -9325704 or 7910257. OLE color: 7910257.

HSL color Cylindrical-coordinate representation of color #71B378: hue angle of 126.36º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71B378 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB113179120-
CMYK0.3700.330.30
HSL126.36º30.28%57.25%-
HSV(B)126.36º36.87%70.2%-
XYZ26.3237.1123.54-
YUV152.54109.6399.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 27.43%
GREEN value IS 179 (70.31% from 255) = 43.45%
BLUE value IS 120 (47.27% from 255) = 29.13%
R=27.43%
G=43.45%
B=29.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1131791200.3700.330.30126.3630.2857.25
Hex71B378250211E7e1e39
Octal16126317045041361763671
Binary1110001101100111111000100101010000111110111111011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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