#77BC70

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

Shades of Fern #77BC70

Tints of Fern #77BC70

Color information

#77BC70 (or 0x77BC70) is unknown color: approx Fern. HEX triplet: 77, BC and 70. RGB value is (119,188,112). Sum of RGB (Red+Green+Blue) = 119+188+112=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 112 (44.14% from 255 or 26.73% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #77BC70 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #77BC70 is #88438F. Grayscale: #9E9E9E. Windows color (decimal): -8930192 or 7388279. OLE color: 7388279.

HSL color Cylindrical-coordinate representation of color #77BC70: hue angle of 114.47º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #77BC70 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB119188112-
CMYK0.3700.400.26
HSL114.47º36.19%58.82%-
HSV(B)114.47º40.43%73.73%-
XYZ28.5241.0621.75-
YUV158.7101.6499.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 112 (44.14% from 255) = 26.73%
R=28.40%
G=44.87%
B=26.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191881120.3700.400.26114.4736.1958.82
Hex77BC70250281A72243b
Octal16727416045050321624473
Binary11101111011110011100001001010101000110101110010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BC70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,188,112); }

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

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

 a { background-color: rgb(119,188,112); }

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

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

 span { border-color: rgb(119,188,112); }

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