#778A60

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

Shades of Highland #778A60

Tints of Highland #778A60

Color information

#778A60 (or 0x778A60) is unknown color: approx Highland. HEX triplet: 77, 8A and 60. RGB value is (119,138,96). Sum of RGB (Red+Green+Blue) = 119+138+96=353 (46% of max value = 765). Red value is 119 (46.88% from 255 or 33.71% from 353); Green value is 138 (54.30% from 255 or 39.09% from 353); Blue value is 96 (37.89% from 255 or 27.20% from 353); Max value from RGB is 138 - color contains mainly: green. Hex color #778A60 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #778A60 is #88759F. Grayscale: #7F7F7F. Windows color (decimal): -8943008 or 6326903. OLE color: 6326903.

HSL color Cylindrical-coordinate representation of color #778A60: hue angle of 87.14º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #778A60 is Cyan = 0.14, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB11913896-
CMYK0.1400.300.46
HSL87.14º17.95%45.88%-
HSV(B)87.14º30.43%54.12%-
XYZ18.8122.9414.5-
YUV127.53110.21121.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 33.71%
GREEN value IS 138 (54.30% from 255) = 39.09%
BLUE value IS 96 (37.89% from 255) = 27.20%
R=33.71%
G=39.09%
B=27.20%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal119138960.1400.300.4687.1417.9545.88
Hex778A60E01E2E57122e
Octal16721214016036561272256
Binary11101111000101011000001110011110101110101011110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #778A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #778A60; }

 p { color: rgb(119,138,96); }

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

<style>
 a { background-color: #778A60; }

 a { background-color: rgb(119,138,96); }

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

<style>
 span { border-color: #778A60; }

 span { border-color: rgb(119,138,96); }

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