#77BA74

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

Shades of Fern #77BA74

Tints of Fern #77BA74

Color information

#77BA74 (or 0x77BA74) is unknown color: approx Fern. HEX triplet: 77, BA and 74. RGB value is (119,186,116). Sum of RGB (Red+Green+Blue) = 119+186+116=421 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.27% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 116 (45.70% from 255 or 27.55% from 421); Max value from RGB is 186 - color contains mainly: green. Hex color #77BA74 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BA74 is #88458B. Grayscale: #9E9E9E. Windows color (decimal): -8930700 or 7649911. OLE color: 7649911.

HSL color Cylindrical-coordinate representation of color #77BA74: hue angle of 117.43º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #77BA74 is Cyan = 0.36, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.27.

Color convert

RGB119186116-
CMYK0.3600.380.27
HSL117.43º33.65%59.22%-
HSV(B)117.43º37.63%72.94%-
XYZ28.3240.322.81-
YUV157.99104.3100.19-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.27%
GREEN value IS 186 (73.05% from 255) = 44.18%
BLUE value IS 116 (45.70% from 255) = 27.55%
R=28.27%
G=44.18%
B=27.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191861160.3600.380.27117.4333.6559.22
Hex77BA74240261B75223b
Octal16727216444046331654273
Binary11101111011101011101001001000100110110111110101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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