#779661

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

Shades of Highland #779661

Tints of Highland #779661

Color information

#779661 (or 0x779661) is unknown color: approx Highland. HEX triplet: 77, 96 and 61. RGB value is (119,150,97). Sum of RGB (Red+Green+Blue) = 119+150+97=366 (48% of max value = 765). Red value is 119 (46.88% from 255 or 32.51% from 366); Green value is 150 (58.98% from 255 or 40.98% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 150 - color contains mainly: green. Hex color #779661 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #779661 is #88699E. Grayscale: #868686. Windows color (decimal): -8939935 or 6395511. OLE color: 6395511.

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

Color convert

RGB11915097-
CMYK0.2100.350.41
HSL95.09º21.46%48.43%-
HSV(B)95.09º35.33%58.82%-
XYZ20.6726.615.35-
YUV134.69106.73116.81-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 32.51%
GREEN value IS 150 (58.98% from 255) = 40.98%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=32.51%
G=40.98%
B=26.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal119150970.2100.350.4195.0921.4648.43
Hex77966115023295f1530
Octal16722614125043511372560
Binary1110111100101101100001101010100011101001101111110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #779661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #779661; }

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

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

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

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

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

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

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

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