#77B475

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

Shades of Fern #77B475

Tints of Fern #77B475

Color information

#77B475 (or 0x77B475) is unknown color: approx Fern. HEX triplet: 77, B4 and 75. RGB value is (119,180,117). Sum of RGB (Red+Green+Blue) = 119+180+117=416 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.61% from 416); Green value is 180 (70.70% from 255 or 43.27% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 180 - color contains mainly: green. Hex color #77B475 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77B475 is #884B8A. Grayscale: #9A9A9A. Windows color (decimal): -8932235 or 7713911. OLE color: 7713911.

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

Color convert

RGB119180117-
CMYK0.3400.350.29
HSL118.1º29.58%58.24%-
HSV(B)118.1º35%70.59%-
XYZ27.1437.8522.7-
YUV154.58106.79102.62-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.61%
GREEN value IS 180 (70.70% from 255) = 43.27%
BLUE value IS 117 (46.09% from 255) = 28.12%
R=28.61%
G=43.27%
B=28.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1191801170.3400.350.29118.129.5858.24
Hex77B475220231D761e3a
Octal16726416542043351663672
Binary1110111101101001110101100010010001111101111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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