#779350

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

Shades of Highland #779350

Tints of Highland #779350

Color information

#779350 (or 0x779350) is unknown color: approx Highland. HEX triplet: 77, 93 and 50. RGB value is (119,147,80). Sum of RGB (Red+Green+Blue) = 119+147+80=346 (45% of max value = 765). Red value is 119 (46.88% from 255 or 34.39% from 346); Green value is 147 (57.81% from 255 or 42.49% from 346); Blue value is 80 (31.64% from 255 or 23.12% from 346); Max value from RGB is 147 - color contains mainly: green. Hex color #779350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779350 is #886CAF. Grayscale: #838383. Windows color (decimal): -8940720 or 5280631. OLE color: 5280631.

HSL color Cylindrical-coordinate representation of color #779350: hue angle of 85.07º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #779350 is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.42.

Color convert

RGB11914780-
CMYK0.1900.460.42
HSL85.07º29.52%44.51%-
HSV(B)85.07º45.58%57.65%-
XYZ19.4925.3711.46-
YUV130.9999.22119.45-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 34.39%
GREEN value IS 147 (57.81% from 255) = 42.49%
BLUE value IS 80 (31.64% from 255) = 23.12%
R=34.39%
G=42.49%
B=23.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119147800.1900.460.4285.0729.5244.51
Hex7793501302E2A551e2d
Octal16722312023056521253655
Binary1110111100100111010000100110101110101010101010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779350; }

 p { color: rgb(119,147,80); }

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

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

 a { background-color: rgb(119,147,80); }

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

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

 span { border-color: rgb(119,147,80); }

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