#779461

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

Shades of Highland #779461

Tints of Highland #779461

Color information

#779461 (or 0x779461) is unknown color: approx Highland. HEX triplet: 77, 94 and 61. RGB value is (119,148,97). Sum of RGB (Red+Green+Blue) = 119+148+97=364 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.69% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 97 (38.28% from 255 or 26.65% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #779461 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779461 is #886B9E. Grayscale: #858585. Windows color (decimal): -8940447 or 6394999. OLE color: 6394999.

HSL color Cylindrical-coordinate representation of color #779461: hue angle of 94.12º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #779461 is Cyan = 0.20, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB11914897-
CMYK0.2000.340.42
HSL94.12º20.82%48.04%-
HSV(B)94.12º34.46%58.04%-
XYZ20.3625.9615.25-
YUV133.51107.39117.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.69%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 97 (38.28% from 255) = 26.65%
R=32.69%
G=40.66%
B=26.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119148970.2000.340.4294.1220.8248.04
Hex779461140222A5e1530
Octal16722414124042521362560
Binary1110111100101001100001101000100010101010101111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779461; }

 p { color: rgb(119,148,97); }

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

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

 a { background-color: rgb(119,148,97); }

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

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

 span { border-color: rgb(119,148,97); }

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