#77B474

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

Shades of Fern #77B474

Tints of Fern #77B474

Color information

#77B474 (or 0x77B474) is unknown color: approx Fern. HEX triplet: 77, B4 and 74. RGB value is (119,180,116). Sum of RGB (Red+Green+Blue) = 119+180+116=415 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.67% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 180 - color contains mainly: green. Hex color #77B474 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B474 is #884B8B. Grayscale: #9A9A9A. Windows color (decimal): -8932236 or 7648375. OLE color: 7648375.

HSL color Cylindrical-coordinate representation of color #77B474: hue angle of 117.19º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77B474 is Cyan = 0.34, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB119180116-
CMYK0.3400.360.29
HSL117.19º29.91%58.04%-
HSV(B)117.19º35.56%70.59%-
XYZ27.0837.8322.4-
YUV154.46106.29102.7-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.67%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 116 (45.70% from 255) = 27.95%
R=28.67%
G=43.37%
B=27.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191801160.3400.360.29117.1929.9158.04
Hex77B474220241D751e3a
Octal16726416442044351653672
Binary1110111101101001110100100010010010011101111010111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77B474; }

 p { color: rgb(119,180,116); }

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

<style>
 a { background-color: #77B474; }

 a { background-color: rgb(119,180,116); }

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

<style>
 span { border-color: #77B474; }

 span { border-color: rgb(119,180,116); }

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