#779660

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

Shades of Highland #779660

Tints of Highland #779660

Color information

#779660 (or 0x779660) is unknown color: approx Highland. HEX triplet: 77, 96 and 60. RGB value is (119,150,96). Sum of RGB (Red+Green+Blue) = 119+150+96=365 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.60% from 365); Green value is 150 (58.98% from 255 or 41.10% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 150 - color contains mainly: green. Hex color #779660 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779660 is #88699F. Grayscale: #868686. Windows color (decimal): -8939936 or 6329975. OLE color: 6329975.

HSL color Cylindrical-coordinate representation of color #779660: hue angle of 94.44º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #779660 is Cyan = 0.21, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.41.

Color convert

RGB11915096-
CMYK0.2100.360.41
HSL94.44º21.95%48.24%-
HSV(B)94.44º36%58.82%-
XYZ20.6326.5815.11-
YUV134.57106.23116.89-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.60%
GREEN value IS 150 (58.98% from 255) = 41.10%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=32.60%
G=41.10%
B=26.30%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119150960.2100.360.4194.4421.9548.24
Hex77966015024295e1630
Octal16722614025044511362660
Binary1110111100101101100000101010100100101001101111010110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779660; }

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

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

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

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

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

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

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

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