#779B64

Color #779B64 Highland (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highland #779B64

Tints of Highland #779B64

Color information

#779B64 (or 0x779B64) is unknown color: approx Highland. HEX triplet: 77, 9B and 64. RGB value is (119,155,100). Sum of RGB (Red+Green+Blue) = 119+155+100=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 100 (39.45% from 255 or 26.74% from 374); Max value from RGB is 155 - color contains mainly: green. Hex color #779B64 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779B64 is #88649B. Grayscale: #8A8A8A. Windows color (decimal): -8938652 or 6593399. OLE color: 6593399.

HSL color Cylindrical-coordinate representation of color #779B64: hue angle of 99.27º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #779B64 is Cyan = 0.23, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB119155100-
CMYK0.2300.350.39
HSL99.27º21.57%50%-
HSV(B)99.27º35.48%60.78%-
XYZ21.6328.2816.38-
YUV137.97106.57114.47-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 100 (39.45% from 255) = 26.74%
R=31.82%
G=41.44%
B=26.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1191551000.2300.350.3999.2721.5750
Hex779B641702327631632
Octal16723314427043471432662
Binary1110111100110111100100101110100011100111110001110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779B64; }

 p { color: rgb(119,155,100); }

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

<style>
 a { background-color: #779B64; }

 a { background-color: rgb(119,155,100); }

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

<style>
 span { border-color: #779B64; }

 span { border-color: rgb(119,155,100); }

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